From 7d974f2b7f17637f9975d8d997707a29ac8a44e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:02:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 165 +++++++++++------------------------------------ 1 file changed, 39 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3563126..32f0dec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Clock, MapPin, Users } from "lucide-react"; +import { Clock, Users, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -17,23 +17,21 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -158,15 +101,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "Are you open on Sundays?", - content: "No, we are currently closed on Sundays to allow our staff to rest.", - }, + id: "q1", title: "Are you open on Sundays?", content: "No, we are currently closed on Sundays to allow our staff to rest."}, { - id: "q2", - title: "Do you offer takeout?", - content: "Yes, we encourage ordering ahead online.", - }, + id: "q2", title: "Do you offer takeout?", content: "Yes, we encourage ordering ahead online."}, ]} /> @@ -177,22 +114,11 @@ export default function LandingPage() { title="Contact Us" description="Have questions? Feel free to reach out to us at +1 (276) 237-3410 or visit our website for more information." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "email", type: "email", placeholder: "Your Email" }, ]} - textarea={{ - name: "message", - placeholder: "How can we help?", - }} - imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=2" + textarea={{ name: "message", placeholder: "How can we help?" }} + imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg" /> @@ -200,25 +126,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file