From 4747ccad3fa81c86500f661cfce658b24809d3fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 03:24:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dc01e8..6230eb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { MapPin, Wifi, Coffee, Star, BookOpen, Clock } from "lucide-react"; +import { MapPin, BookOpen } from "lucide-react"; export default function LandingPage() { return ( @@ -104,6 +104,7 @@ export default function LandingPage() { description="Success stories from our community." animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Alex R.", role: "Remote Developer", testimonial: "I doubled my output in just one week by finding this spot. The quiet zone is a game changer!", icon: BookOpen } ]} @@ -116,10 +117,12 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "How is Wi-Fi speed verified?", content: "We perform speed tests at peak and off-peak hours." }, { id: "q2", title: "Are these family friendly?", content: "We highlight the 'Deep Work' friendly shops, which are often quieter." } - ]} + ], + description: "Everything you need to know." imageSrc="http://img.b2bpic.net/free-photo/interior-nice-bar_23-2147897025.jpg" faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -129,6 +132,7 @@ export default function LandingPage() { description="Insights into maintaining focus while working from public spaces." animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} blogs={[ { id: "b1", category: "Guide", title: "Deep Work Techniques", excerpt: "How to block distractions anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/interior-nice-bar_23-2147897025.jpg", authorName: "Admin", authorAvatar: "", date: "Jan 2025" } ]} @@ -140,6 +144,7 @@ export default function LandingPage() { text="Found a new quiet spot? Tell us about your favorite hidden gem for deep work." buttons={[{ text: "Submit a Location", href: "#contact" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1