From 5e74b2f363a6df8f590fcf1dd730d6a6731faa28 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:00:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 120 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d752a11..5917fc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Film, Heart, MessageCircle } from "lucide-react"; +import { Film, Heart, MessageCircle, Image as ImageIcon, Mail, Mic } from "lucide-react"; export default function LandingPage() { return ( @@ -29,14 +29,11 @@ export default function LandingPage() { @@ -134,12 +93,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", title: "Can I leave a comment?", content: "Absolutely! Every photo has a space for your thoughts, your favorite emojis, and long letters."}, - { - id: "2", title: "How do we play games?", content: "I've integrated some classic browser games we can play in sync. Just hit the 'Games' button when we're ready!"}, - { - id: "3", title: "Is my data safe?", content: "Yes, everything we share here is just between us, encrypted with love and care."}, + { id: "1", title: "Can I leave a comment?", content: "Absolutely! Every photo has a space for your thoughts, your favorite emojis, and long letters." }, + { id: "2", title: "How do we play games?", content: "I've integrated some classic browser games we can play in sync. Just hit the 'Games' button when we're ready!" }, + { id: "3", title: "Is my data safe?", content: "Yes, everything we share here is just between us, encrypted with love and care." }, ]} title="How This Works" description="A quick look at how you can interact with our special portal." @@ -150,8 +106,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1