From 0a1ab16c0140badba2182dec9eb7a2d046a5ab62 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:44:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 782b0f2..37076ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Beef, Cake, Utensils } from "lucide-react"; export default function LandingPage() { @@ -98,24 +98,18 @@ export default function LandingPage() {
-
@@ -152,4 +146,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1