Update src/app/gallery/page.tsx
This commit is contained in:
@@ -27,7 +27,7 @@ export default function GalleryPage() {
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
@@ -50,42 +50,24 @@ export default function GalleryPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Bathroom Renovation",
|
||||
description: "Complete bathroom plumbing upgrade including new fixtures, drain systems, and water lines for modern comfort.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=1",
|
||||
imageAlt: "Before bathroom renovation",
|
||||
},
|
||||
title: "Bathroom Renovation", description: "Complete bathroom plumbing upgrade including new fixtures, drain systems, and water lines for modern comfort.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", imageAlt: "Before bathroom renovation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=2",
|
||||
imageAlt: "After bathroom renovation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", imageAlt: "After bathroom renovation"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Kitchen Sink Installation",
|
||||
description: "Professional kitchen sink and faucet installation with seamless drain connections and modern fixtures.",
|
||||
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",
|
||||
},
|
||||
title: "Kitchen Sink Installation", description: "Professional kitchen sink and faucet installation with seamless drain connections and modern fixtures.", phoneOne: {
|
||||
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"},
|
||||
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",
|
||||
imageAlt: "Kitchen sink after",
|
||||
},
|
||||
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"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Gas Line Installation",
|
||||
description: "Safe and code-compliant gas line installation for home heating and appliance systems with full certification.",
|
||||
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",
|
||||
},
|
||||
title: "Gas Line Installation", description: "Safe and code-compliant gas line installation for home heating and appliance systems with full certification.", phoneOne: {
|
||||
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"},
|
||||
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",
|
||||
imageAlt: "Gas line project complete",
|
||||
},
|
||||
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"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -127,9 +109,7 @@ export default function GalleryPage() {
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: false },
|
||||
]}
|
||||
textarea={{
|
||||
name: "project_details",
|
||||
placeholder: "Tell us about your project ideas...",
|
||||
rows: 4,
|
||||
name: "project_details", placeholder: "Tell us about your project ideas...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Get Free Quote"
|
||||
|
||||
Reference in New Issue
Block a user