diff --git a/src/app/page.tsx b/src/app/page.tsx index f487831..a159d0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,10 +35,10 @@ export default function LandingPage() { { name: "Products", id: "/products" }, { name: "Manufacturing", id: "#features" }, { name: "Capabilities", id: "#metrics" }, - { name: "Contact", id: "#contact" }, + { name: "Contact", id: "/contact" }, ]} brandName="Plásticos Kame" - button={{ text: "Get Quote", href: "#contact" }} + button={{ text: "Get Quote", href: "/contact" }} /> @@ -53,7 +53,7 @@ export default function LandingPage() { { name: "David Wu", handle: "@sourcing_expert", testimonial: "The best partner for scalable injection molding. Exceptional quality control every step of the way.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1" }, { name: "Jessica Lee", handle: "@quality_manager", testimonial: "Outstanding communication and technical support throughout the entire production cycle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1" }, ]} - buttons={[{ text: "Shop Our Brand", href: "/products" }, { text: "Explore Custom Solutions", href: "#features" }]} + buttons={[{ text: "Shop Our Brand", href: "/products" }, { text: "Explore Custom Solutions", href: "/#features" }]} imageSrc="http://img.b2bpic.net/free-photo/pharmacy-industry-factory-man-worker-protective-clothing-sterile-working-conditions-operating-pharmaceutical-equipment_645730-446.jpg" avatars={[ { src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12782.jpg", alt: "Businesswoman working in warehouse" }, @@ -168,24 +168,13 @@ export default function LandingPage() { /> -
- -
-