Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-26 03:24:51 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>