From 4a697d8e911b438d707b500fefb171de726c2480 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:00:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 42 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3bd0ff4..c8c2999 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,7 +56,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -67,9 +67,7 @@ export default function ContactPage() { navItems={navItems} brandName="Granite House" button={{ - text: "Call Now", - href: "tel:01772440888", - }} + text: "Call Now", href: "tel:01772440888"}} /> @@ -92,22 +90,13 @@ export default function ContactPage() { description="Multiple ways to contact us for quotes, consultations, or general inquiries." metrics={[ { - id: "1", - value: "Phone", - title: "01772 440888", - items: ["Fast response", "Expert advice", "Immediate assistance available"], + id: "1", value: "Phone", title: "01772 440888", items: ["Fast response", "Expert advice", "Immediate assistance available"], }, { - id: "2", - value: "Email", - title: "info@granitehouse.co.uk", - items: ["Detailed quotes", "Project inquiry", "Professional support"], + id: "2", value: "Email", title: "info@granitehouse.co.uk", items: ["Detailed quotes", "Project inquiry", "Professional support"], }, { - id: "3", - value: "Visit", - title: "Strand Rd, Preston PR1 8XL", - items: ["View samples", "Meet our team", "Book consultation"], + id: "3", value: "Visit", title: "Strand Rd, Preston PR1 8XL", items: ["View samples", "Meet our team", "Book consultation"], }, ]} textboxLayout="default" @@ -128,26 +117,11 @@ export default function ContactPage() { tagAnimation="slide-up" features={[ { - id: "01", - title: "Free Quote Request", - description: "Submit your project details and receive a personalized quote within 24 hours from our team.", - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=4", - imageAlt: "Quote consultation", - }, + id: "01", title: "Free Quote Request", description: "Submit your project details and receive a personalized quote within 24 hours from our team.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Quote consultation"}, { - id: "02", - title: "Design Consultation", - description: "Schedule a one-on-one consultation to discuss materials, colors, designs, and your vision.", - imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg?_wi=4", - imageAlt: "Design consultation session", - }, + id: "02", title: "Design Consultation", description: "Schedule a one-on-one consultation to discuss materials, colors, designs, and your vision.", imageSrc: "http://img.b2bpic.net/free-photo/center-cooktop-blue-modules-stone-backdrop_169016-69293.jpg", imageAlt: "Design consultation session"}, { - id: "03", - title: "Project Support", - description: "From measurement to installation, our team provides support and guidance throughout your project.", - imageSrc: "http://img.b2bpic.net/free-photo/point-view-young-handyman-using-power-drill-fix-door-kitchen-cabinet_662251-2704.jpg?_wi=2", - imageAlt: "Project support", - }, + id: "03", title: "Project Support", description: "From measurement to installation, our team provides support and guidance throughout your project.", imageSrc: "http://img.b2bpic.net/free-photo/point-view-young-handyman-using-power-drill-fix-door-kitchen-cabinet_662251-2704.jpg", imageAlt: "Project support"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default"