Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user