From a654febaba4ef835735031cbe2427538ed6f7910 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:15:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 178c226..d8b0bd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { Phone } from 'lucide-react'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -42,16 +42,16 @@ export default function LandingPage() {
-
@@ -64,7 +64,7 @@ export default function LandingPage() { ]} useInvertedBackground={false} ariaLabel="About section detailing Ninja Panda's story and culinary philosophy." - buttons={[{ text: 'Learn More', href: '/#about' }]} + buttons={[{ text: 'Learn More', href: '/#about' }]} showBorder={true} titleClassName="text-center md:text-left" descriptionClassName="text-center md:text-left mx-auto max-w-2xl md:max-w-none" -- 2.49.1