diff --git a/src/app/page.tsx b/src/app/page.tsx index 0732b48..6dbf357 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,8 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Instyle Industries" - button={{ - text: "Get Quote", href: "#contact"}} + button={{ text: "Get Quote", href: "#contact" }} /> @@ -75,6 +74,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + textboxLayout="default" products={[ { id: "1", name: "Aluminium Roofing Sheets", price: "High Quality", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756593.jpg" }, { id: "2", name: "AluZinc Roofing Sheets", price: "Premium Grade", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15638.jpg" }, @@ -109,6 +109,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + showRating={true} testimonials={[ { id: "1", name: "Kofi A.", handle: "@kofi", testimonial: "Best place for original aluminium roofing sheets at affordable prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg" }, { id: "2", name: "Ama S.", handle: "@ama", testimonial: "One of the best aluminium roofing companies in Ghana.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg" }, @@ -116,7 +117,6 @@ export default function LandingPage() { { id: "4", name: "Adjoa O.", handle: "@adjoa", testimonial: "Affordable, durable, and reliable products.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, { id: "5", name: "Mensa T.", handle: "@mensa", testimonial: "Quality and professionalism in every transaction.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg" }, ]} - showRating={true} title="What Our Customers Say" description="Hear from our partners and clients about their experience with our services." />