diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a023cd..f6b6c19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Utensils, Star } from 'lucide-react'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Flame, ChefHat, Sparkles, Utensils, Star, Users, MessageSquare, HelpCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,13 +19,13 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="small" - sizing="large" + contentWidth="medium" + sizing="mediumLarge" background="floatingGradient" - cardStyle="soft-shadow" - primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" + headingFontWeight="semibold" >
@@ -49,146 +47,112 @@ export default function LandingPage() { tag="Est. 2024" tagIcon={Flame} background={{ variant: "plain" }} - buttons={[ - { text: "View Menu", href: "#cuts" }, - { text: "Get Directions", href: "#contact" } - ]} - buttonAnimation="slide-up" + buttons={[{ text: "View Menu", href: "#cuts" }, { text: "Get Directions", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg", imageAlt: "Freshly prepared street tacos" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-mayyonaise-salad-white-plate-brown_140725-20741.jpg", imageAlt: "Grilled carne asada burrito" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-124159.jpg", imageAlt: "Authentic salsa bar and sides" } + { imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-mayyonaise-salad-white-plate-brown_140725-20741.jpg" } ]} />