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" } ] }, {