From 5a9fc17b7fe15ba746c459f4a732dffbc17a85b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 08:22:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca864f1..ea96fac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; @@ -32,7 +31,6 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, { name: "Location", id: "contact" }, { name: "FAQ", id: "faq" } ]} @@ -93,8 +91,8 @@ export default function LandingPage() {
-
- -
-
{}} />
@@ -223,8 +201,7 @@ export default function LandingPage() { { title: "Company", items: [ { label: "About Us", href: "#about" }, - { label: "Why Ginza Beauty", href: "#features" }, - { label: "Reviews", href: "#testimonials" } + { label: "Our Features", href: "#features" } ] }, { -- 2.49.1