diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eb509d..afef062 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Flame, Sparkles, Utensils } from "lucide-react"; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Flame, Sparkles, Utensils, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -28,45 +28,35 @@ export default function LandingPage() { >
-
@@ -75,141 +65,80 @@ export default function LandingPage() { useInvertedBackground={false} title="Signature Experience" metrics={[ - { - icon: Flame, - label: "Flame-grilled", value: "Freshly cooked"}, - { - icon: Sparkles, - label: "Authentic", value: "No compromise"}, - { - icon: Utensils, - label: "Mastery", value: "Bold spice"}, + { icon: Flame, label: "Flame-grilled", value: "Freshly cooked" }, + { icon: Sparkles, label: "Authentic", value: "No compromise" }, + { icon: Utensils, label: "Mastery", value: "Bold spice" }, ]} metricsAnimation="blur-reveal" />
-
-
); -} +} \ No newline at end of file