Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 14:45:35 +00:00
parent f91ed3e475
commit 51679a6813

View File

@@ -27,7 +27,7 @@ export default function GalleryPage() {
background="circleGradient" background="circleGradient"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="glass"
headingFontWeight="semibold" headingFontWeight="semibold"
> >
{/* Navbar */} {/* Navbar */}
@@ -50,42 +50,24 @@ export default function GalleryPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Bathroom Renovation", title: "Bathroom Renovation", description: "Complete bathroom plumbing upgrade including new fixtures, drain systems, and water lines for modern comfort.", phoneOne: {
description: "Complete bathroom plumbing upgrade including new fixtures, drain systems, and water lines for modern comfort.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", imageAlt: "Before bathroom renovation"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=1",
imageAlt: "Before bathroom renovation",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", imageAlt: "After bathroom renovation"},
imageAlt: "After bathroom renovation",
},
}, },
{ {
id: 2, id: 2,
title: "Kitchen Sink Installation", title: "Kitchen Sink Installation", description: "Professional kitchen sink and faucet installation with seamless drain connections and modern fixtures.", phoneOne: {
description: "Professional kitchen sink and faucet installation with seamless drain connections and modern fixtures.", imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Kitchen sink before"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg?_wi=1",
imageAlt: "Kitchen sink before",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/household-problem-woman-pointing-broken-tap-with-jet-water-man-with-suitcase-tools_259150-58295.jpg", imageAlt: "Kitchen sink after"},
imageAlt: "Kitchen sink after",
},
}, },
{ {
id: 3, id: 3,
title: "Gas Line Installation", title: "Gas Line Installation", description: "Safe and code-compliant gas line installation for home heating and appliance systems with full certification.", phoneOne: {
description: "Safe and code-compliant gas line installation for home heating and appliance systems with full certification.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageAlt: "Gas line project start"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=1",
imageAlt: "Gas line project start",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", imageAlt: "Gas line project complete"},
imageAlt: "Gas line project complete",
},
}, },
]} ]}
showStepNumbers={true} showStepNumbers={true}
@@ -127,9 +109,7 @@ export default function GalleryPage() {
{ name: "email", type: "email", placeholder: "Email Address", required: false }, { name: "email", type: "email", placeholder: "Email Address", required: false },
]} ]}
textarea={{ textarea={{
name: "project_details", name: "project_details", placeholder: "Tell us about your project ideas...", rows: 4,
placeholder: "Tell us about your project ideas...",
rows: 4,
required: true, required: true,
}} }}
buttonText="Get Free Quote" buttonText="Get Free Quote"