diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7961d26..f8f02fd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,25 +25,15 @@ export default function LandingPage() { @@ -58,23 +48,13 @@ export default function LandingPage() { description="Two decades of building excellence and integrity." features={[ { - id: "a1", - title: "Heritage of Trust", - tags: [ - "History", - "Integrity", - ], - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=3", - }, + id: "a1", title: "Heritage of Trust", tags: [ + "History", "Integrity"], + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=3"}, { - id: "a2", - title: "Meet the Team", - tags: [ - "Professional", - "Expert", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15292.jpg?_wi=2", - }, + id: "a2", title: "Meet the Team", tags: [ + "Professional", "Expert"], + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-woman-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15292.jpg?_wi=2"}, ]} /> @@ -82,10 +62,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 79c9ec2..a013f50 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,25 +25,15 @@ export default function LandingPage() { @@ -53,19 +43,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 2beca98..97f93d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars"}} title="Crafting Dream Homes With Precision & Integrity" - description="19+ years of trusted construction, remodeling, and custom builds. We turn your vision into a sanctuary that lasts." + description="19+ years of trusted construction, remodeling, and custom builds. Reach us at (585) 297-4955." kpis={[ { value: "19+", label: "Years Experience"}, @@ -172,7 +172,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 69f4acc..16d68f1 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -25,25 +25,15 @@ export default function LandingPage() { @@ -59,19 +49,9 @@ export default function LandingPage() { description="Showcasing our precision in residential craftsmanship." products={[ { - id: "a1", - name: "Modern Mountain Lodge", - price: "Custom", - variant: "Rustic", - imageSrc: "http://img.b2bpic.net/free-photo/man-black-wooden-jetty-maldives_505751-5535.jpg?_wi=2", - }, + id: "a1", name: "Modern Mountain Lodge", price: "Custom", variant: "Rustic", imageSrc: "http://img.b2bpic.net/free-photo/man-black-wooden-jetty-maldives_505751-5535.jpg?_wi=2"}, { - id: "a2", - name: "Urban Penthouse Remodel", - price: "High-End", - variant: "Contemporary", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg?_wi=2", - }, + id: "a2", name: "Urban Penthouse Remodel", price: "High-End", variant: "Contemporary", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg?_wi=2"}, ]} /> @@ -79,10 +59,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9190543..612f354 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -25,25 +25,15 @@ export default function LandingPage() { @@ -58,23 +48,13 @@ export default function LandingPage() { description="From foundation to final finishes, we provide comprehensive management and execution for your luxury build." features={[ { - id: "s1", - title: "Architectural Design", - tags: [ - "Blueprint", - "Planning", - ], - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=2", - }, + id: "s1", title: "Architectural Design", tags: [ + "Blueprint", "Planning"], + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7877.jpg?_wi=2"}, { - id: "s2", - title: "Custom Millwork", - tags: [ - "Craftsmanship", - "Detail", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg?_wi=2", - }, + id: "s2", title: "Custom Millwork", tags: [ + "Craftsmanship", "Detail"], + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821318.jpg?_wi=2"}, ]} /> @@ -82,10 +62,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file