diff --git a/src/app/page.tsx b/src/app/page.tsx index e35dbfb..149f9fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,23 +47,28 @@ export default function HomePage() { @@ -119,12 +131,15 @@ export default function HomePage() { Saturday: 8:00 AM - 4:00 PM
Sunday: Closed
Public holidays may affect hours. Please call ahead."}, + id: "1", title: "What are your business hours?", content: "Monday - Friday: 7:00 AM - 6:00 PM
Saturday: 8:00 AM - 4:00 PM
Sunday: Closed
Public holidays may affect hours. Please call ahead." + }, { - id: "2", title: "Do you offer bulk discounts?", content: "Yes! We offer competitive discounts for bulk orders and contractor accounts. Contact our sales team at +254 712 345 678 for a custom quote."}, + id: "2", title: "Do you offer bulk discounts?", content: "Yes! We offer competitive discounts for bulk orders and contractor accounts. Contact our sales team at +254 712 345 678 for a custom quote." + }, { - id: "3", title: "Can you deliver materials?", content: "Yes, we offer delivery services for orders within Nairobi and surrounding areas. Delivery charges depend on location and order size. Call for details."}, + id: "3", title: "Can you deliver materials?", content: "Yes, we offer delivery services for orders within Nairobi and surrounding areas. Delivery charges depend on location and order size. Call for details." + }, { - id: "4", title: "Do you guarantee product quality?", content: "100% yes! All our products are genuine and come with quality guarantees. We only stock materials from trusted, certified manufacturers."}, + id: "4", title: "Do you guarantee product quality?", content: "100% yes! All our products are genuine and come with quality guarantees. We only stock materials from trusted, certified manufacturers." + }, { - id: "5", title: "How do I request a quote?", content: "Visit our Quote page on this website, fill out your project details, and our team will get back to you within 24 hours with a detailed quote."}, + id: "5", title: "How do I request a quote?", content: "Visit our Quote page on this website, fill out your project details, and our team will get back to you within 24 hours with a detailed quote." + } ]} useInvertedBackground={false} animationType="slide-up" @@ -200,43 +227,55 @@ export default function HomePage() { { title: "Company", items: [ { - label: "About Us", href: "/about"}, + label: "About Us", href: "/about" + }, { - label: "Products", href: "/products"}, + label: "Products", href: "/products" + }, { - label: "Contact", href: "tel:+254712345678"}, - ], + label: "Contact", href: "tel:+254712345678" + } + ] }, { title: "Services", items: [ { - label: "Request Quote", href: "/quote"}, + label: "Request Quote", href: "/quote" + }, { - label: "Bulk Orders", href: "/quote"}, + label: "Bulk Orders", href: "/quote" + }, { - label: "Delivery", href: "tel:+254712345678"}, - ], + label: "Delivery", href: "tel:+254712345678" + } + ] }, { title: "Contact", items: [ { - label: "Phone: +254 712 345 678", href: "tel:+254712345678"}, + label: "Phone: +254 712 345 678", href: "tel:+254712345678" + }, { - label: "WhatsApp", href: "https://wa.me/254712345678"}, + label: "WhatsApp", href: "https://wa.me/254712345678" + }, { - label: "Waiyaki Way, Uthiru", href: "#"}, - ], + label: "Waiyaki Way, Uthiru", href: "#" + } + ] }, { title: "Legal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "#" + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", href: "#" + }, { - label: "Return Policy", href: "#"}, - ], - }, + label: "Return Policy", href: "#" + } + ] + } ]} bottomLeftText="© 2025 Benways Hardware Store. All rights reserved." bottomRightText="Serving Nairobi Since 2005"