Merge version_1 into main #2
@@ -39,9 +39,7 @@ const footerColumns = [
|
||||
{ label: "Phone", href: "tel:(949) 527-8545" },
|
||||
{ label: "Email", href: "mailto:contact@gyconstruction.com" },
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=4308+Jewell+St,+San+Diego,+CA+92109",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=4308+Jewell+St,+San+Diego,+CA+92109"},
|
||||
{ label: "Service Area", href: "/services" },
|
||||
],
|
||||
},
|
||||
@@ -66,9 +64,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="GY Construction"
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,9 +78,10 @@ export default function AboutPage() {
|
||||
{ value: "100%", title: "Client Satisfaction" },
|
||||
{ value: "Locally Owned", title: "San Diego Based" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg"
|
||||
imageAlt="GY Construction team at work site"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About story section"
|
||||
/>
|
||||
|
||||
164
src/app/page.tsx
164
src/app/page.tsx
@@ -55,9 +55,7 @@ const footerColumns = [
|
||||
{ label: "Phone", href: "tel:(949) 527-8545" },
|
||||
{ label: "Email", href: "mailto:contact@gyconstruction.com" },
|
||||
{
|
||||
label: "Address",
|
||||
href: "https://maps.google.com/?q=4308+Jewell+St,+San+Diego,+CA+92109",
|
||||
},
|
||||
label: "Address", href: "https://maps.google.com/?q=4308+Jewell+St,+San+Diego,+CA+92109"},
|
||||
{ label: "Service Area", href: "/services" },
|
||||
],
|
||||
},
|
||||
@@ -82,9 +80,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="GY Construction"
|
||||
button={{
|
||||
text: "Request Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,12 +98,9 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Why Choose GY Construction",
|
||||
logoIcon: Home,
|
||||
title: "Why Choose GY Construction", logoIcon: Home,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/warehouse-associate-fulfilling-purchases_482257-75289.jpg",
|
||||
searchPlaceholder: "Your project type...",
|
||||
sidebarItems: [
|
||||
"http://img.b2bpic.net/free-photo/warehouse-associate-fulfilling-purchases_482257-75289.jpg", searchPlaceholder: "Your project type...", sidebarItems: [
|
||||
{ icon: PencilRuler },
|
||||
{ icon: CheckCircle },
|
||||
{ icon: Users },
|
||||
@@ -118,44 +111,30 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Projects Completed",
|
||||
values: [45, 52, 68],
|
||||
description: "Successful transformations",
|
||||
},
|
||||
title: "Projects Completed", values: [45, 52, 68],
|
||||
description: "Successful transformations"},
|
||||
{
|
||||
title: "Client Satisfaction",
|
||||
values: [95, 97, 98],
|
||||
valueSuffix: "%",
|
||||
description: "5-star average rating",
|
||||
},
|
||||
title: "Client Satisfaction", values: [95, 97, 98],
|
||||
valueSuffix: "%", description: "5-star average rating"},
|
||||
{
|
||||
title: "On-Time Delivery",
|
||||
values: [90, 94, 98],
|
||||
valueSuffix: "%",
|
||||
description: "Project completion rate",
|
||||
},
|
||||
title: "On-Time Delivery", values: [90, 94, 98],
|
||||
valueSuffix: "%", description: "Project completion rate"},
|
||||
],
|
||||
chartTitle: "Project Timeline",
|
||||
chartData: [
|
||||
chartTitle: "Project Timeline", chartData: [
|
||||
{ value: 75 },
|
||||
{ value: 85 },
|
||||
{ value: 65 },
|
||||
{ value: 90 },
|
||||
{ value: 80 },
|
||||
],
|
||||
listTitle: "Recent Projects",
|
||||
listItems: [
|
||||
listTitle: "Recent Projects", listItems: [
|
||||
{ icon: Home, title: "Full Home Renovation", status: "Completed" },
|
||||
{
|
||||
icon: UtensilsCrossed,
|
||||
title: "Kitchen Remodel",
|
||||
status: "In Progress",
|
||||
},
|
||||
title: "Kitchen Remodel", status: "In Progress"},
|
||||
{
|
||||
icon: Droplets,
|
||||
title: "Bathroom Renovation",
|
||||
status: "Completed",
|
||||
},
|
||||
title: "Bathroom Renovation", status: "Completed"},
|
||||
],
|
||||
}}
|
||||
ariaLabel="Hero section"
|
||||
@@ -172,9 +151,10 @@ export default function HomePage() {
|
||||
{ value: "100%", title: "Client Satisfaction" },
|
||||
{ value: "Locally Owned", title: "San Diego Based" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg"
|
||||
imageAlt="GY Construction team at work site"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="About section"
|
||||
/>
|
||||
@@ -189,40 +169,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Kitchen Remodels",
|
||||
description:
|
||||
"Complete kitchen transformations with modern designs, premium materials, and expert craftsmanship. We focus on functionality, aesthetics, and creating the heart of your home.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1",
|
||||
imageAlt: "Modern kitchen design",
|
||||
},
|
||||
title: "Kitchen Remodels", description:
|
||||
"Complete kitchen transformations with modern designs, premium materials, and expert craftsmanship. We focus on functionality, aesthetics, and creating the heart of your home.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern kitchen design"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Bathroom Renovations",
|
||||
description:
|
||||
"Luxurious bathroom updates featuring spa-like finishes, efficient layouts, and high-end fixtures. Create your personal retreat with our expert design guidance.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg?_wi=1",
|
||||
imageAlt: "Luxury bathroom design",
|
||||
},
|
||||
title: "Bathroom Renovations", description:
|
||||
"Luxurious bathroom updates featuring spa-like finishes, efficient layouts, and high-end fixtures. Create your personal retreat with our expert design guidance.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bathroom-interior-background-white-spa-towels-wood_1258-111485.jpg", imageAlt: "Luxury bathroom design"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Full Home Renovations",
|
||||
description:
|
||||
"Comprehensive whole-home remodels that improve flow, functionality, and value. We manage every detail from conception to completion.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg?_wi=1",
|
||||
imageAlt: "Full home renovation",
|
||||
},
|
||||
title: "Full Home Renovations", description:
|
||||
"Comprehensive whole-home remodels that improve flow, functionality, and value. We manage every detail from conception to completion.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-couple-bringing-sofa-their-new-apartment_637285-12296.jpg", imageAlt: "Full home renovation"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Custom Construction",
|
||||
description:
|
||||
"Unique custom projects tailored to your specific vision. From additions to specialized renovations, we bring your ideas to life with precision.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg",
|
||||
imageAlt: "Custom construction project",
|
||||
},
|
||||
title: "Custom Construction", description:
|
||||
"Unique custom projects tailored to your specific vision. From additions to specialized renovations, we bring your ideas to life with precision.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg", imageAlt: "Custom construction project"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -256,70 +220,34 @@ export default function HomePage() {
|
||||
description="See what our satisfied clients have to say about working with GY Construction"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Stephan Schemba",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"Ron has been incredible to work with - amazing eye for design, quality builders, timely and efficient work, excellent communications. I can't tell you how long we've been thinking about this remodel and I can't believe we finally get to see it come to life. Can't thank GYC enough for the incredible work!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Stephan Schemba",
|
||||
icon: Quote,
|
||||
id: "1", name: "Stephan Schemba", role: "Homeowner", testimonial:
|
||||
"Ron has been incredible to work with - amazing eye for design, quality builders, timely and efficient work, excellent communications. I can't tell you how long we've been thinking about this remodel and I can't believe we finally get to see it come to life. Can't thank GYC enough for the incredible work!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Stephan Schemba", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Property Owner",
|
||||
testimonial:
|
||||
"The attention to detail was outstanding. Every aspect of our kitchen remodel exceeded our expectations. The team communicated throughout the project and finished on schedule.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
icon: Quote,
|
||||
id: "2", name: "Sarah Mitchell", role: "Property Owner", testimonial:
|
||||
"The attention to detail was outstanding. Every aspect of our kitchen remodel exceeded our expectations. The team communicated throughout the project and finished on schedule.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Mitchell", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"Professional, courteous, and incredibly skilled. Our bathroom transformation is exactly what we envisioned. Highly recommend GY Construction for any remodeling project.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-asian-man-sitting-restaurant_1262-1558.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
icon: Quote,
|
||||
id: "3", name: "Michael Chen", role: "Homeowner", testimonial:
|
||||
"Professional, courteous, and incredibly skilled. Our bathroom transformation is exactly what we envisioned. Highly recommend GY Construction for any remodeling project.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-happy-asian-man-sitting-restaurant_1262-1558.jpg", imageAlt: "Michael Chen", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica Rodriguez",
|
||||
role: "Home Buyer",
|
||||
testimonial:
|
||||
"We hired GY Construction for a full home renovation before selling. The quality of work and professionalism helped us get top dollar for our property. Worth every penny!",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
|
||||
imageAlt: "Jessica Rodriguez",
|
||||
icon: Quote,
|
||||
id: "4", name: "Jessica Rodriguez", role: "Home Buyer", testimonial:
|
||||
"We hired GY Construction for a full home renovation before selling. The quality of work and professionalism helped us get top dollar for our property. Worth every penny!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Jessica Rodriguez", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Kim",
|
||||
role: "Property Manager",
|
||||
testimonial:
|
||||
"Reliable, professional, and delivers exceptional results. We've used GY Construction for multiple projects and they consistently exceed expectations.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
icon: Quote,
|
||||
id: "5", name: "David Kim", role: "Property Manager", testimonial:
|
||||
"Reliable, professional, and delivers exceptional results. We've used GY Construction for multiple projects and they consistently exceed expectations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg", imageAlt: "David Kim", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Emily Johnson",
|
||||
role: "Homeowner",
|
||||
testimonial:
|
||||
"From the initial consultation to final walkthrough, GY Construction treated our home with respect and care. The craftsmanship is evident in every detail.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg?_wi=1",
|
||||
imageAlt: "Emily Johnson",
|
||||
icon: Quote,
|
||||
id: "6", name: "Emily Johnson", role: "Homeowner", testimonial:
|
||||
"From the initial consultation to final walkthrough, GY Construction treated our home with respect and care. The craftsmanship is evident in every detail.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Emily Johnson", icon: Quote,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user