|
|
|
@@ -2,7 +2,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
|
|
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
|
|
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
@@ -10,6 +9,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { BookOpen, Mail } from "lucide-react";
|
|
|
|
import { BookOpen, Mail } from "lucide-react";
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
|
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -60,22 +60,6 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
|
|
|
title="About Chill Time"
|
|
|
|
|
|
|
|
description={[
|
|
|
|
|
|
|
|
"Chill Time is more than just a book club—it's a sanctuary for readers who believe in the transformative power of stories. Founded on the belief that literature connects souls across time and space, we create a welcoming space where book enthusiasts of all backgrounds can gather.", "From contemporary bestsellers to timeless classics, we celebrate diverse voices and genres. Our monthly selections are carefully curated to spark meaningful conversations, challenge perspectives, and inspire personal growth through shared reading experiences.", "Join us as we turn pages, share insights, and build a thriving community united by our love of books and the remarkable journeys they take us on."
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
|
|
|
showBorder={true}
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
text: "Learn More", href: "https://example.com"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureCardTwentyThree
|
|
|
|
<FeatureCardTwentyThree
|
|
|
|
title="Featured Reads"
|
|
|
|
title="Featured Reads"
|
|
|
|
@@ -164,7 +148,19 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="metric_card_one" data-section="metric_card_one">
|
|
|
|
|
|
|
|
<MetricCardOne
|
|
|
|
|
|
|
|
carouselMode="auto"
|
|
|
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
|
|
|
animationType="none"
|
|
|
|
|
|
|
|
title="Relaxation Levels"
|
|
|
|
|
|
|
|
description="Explore the impact of our tips on reducing stress and improving well-being."
|
|
|
|
|
|
|
|
tag="Metrics"
|
|
|
|
|
|
|
|
buttons={[{ label: "View Tips", href: "#" }, { label: "Join Community", href: "#" }]}
|
|
|
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div> <div id="footer" data-section="footer">
|
|
|
|
<FooterBase
|
|
|
|
<FooterBase
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|