diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a4264b..e1d3252 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Award, Cog, Flashlight, Headphones, Layers, MessageCircle, Package, Sparkles } from "lucide-react"; @@ -36,29 +35,29 @@ export default function LandingPage() { @@ -72,9 +71,9 @@ export default function LandingPage() { description="Sanimart Sdn Bhd is your trusted partner for premium bathroom supplies and expert installation services in Ipoh, Perak. Elevate your space with quality and style." buttons={[ { - text: "Explore Products", href: "#products"}, + text: "Explore Products", href: "/#products"}, { - text: "Get a Quote", href: "#contact"}, + text: "Get a Quote", href: "/#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/view-small-bathroom-interior-with-modern-style-furniture-decor_23-2150864598.jpg?_wi=1" imageAlt="Luxurious modern bathroom interior" @@ -107,19 +106,6 @@ export default function LandingPage() { /> -
- -
@@ -366,19 +352,19 @@ export default function LandingPage() { { title: "Company", items: [ { - label: "About Us", href: "#about"}, + label: "About Us", href: "/about-us"}, { - label: "Our Services", href: "#services"}, + label: "Our Services", href: "/#services"}, { - label: "Our Products", href: "#products"}, + label: "Our Products", href: "/#products"}, ], }, { title: "Support", items: [ { - label: "FAQ", href: "#faq"}, + label: "FAQ", href: "/#faq"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/#contact"}, ], }, {