diff --git a/src/app/page.tsx b/src/app/page.tsx index eef7c97..8ccfb13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,63 +29,29 @@ export default function LandingPage() {
@@ -95,15 +61,8 @@ export default function LandingPage() {
@@ -114,33 +73,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "s1", - title: "Custom Luxury Homes", - tags: [ - "Residential", - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg", - }, - { - id: "s2", - title: "High-End Renovations", - tags: [ - "Renovation", - "Interior", - ], - imageSrc: "http://img.b2bpic.net/free-photo/white-brown-concrete-building_250224-30.jpg", - }, - { - id: "s3", - title: "Commercial Construction", - tags: [ - "Commercial", - "Large-Scale", - ], - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-investment-expert-entrepreneur-planning-office-space-relocation_482257-91189.jpg", - }, + { id: "s1", title: "Custom Luxury Homes", tags: ["Residential", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg" }, + { id: "s2", title: "High-End Renovations", tags: ["Renovation", "Interior"], imageSrc: "http://img.b2bpic.net/free-photo/white-brown-concrete-building_250224-30.jpg" }, + { id: "s3", title: "Commercial Construction", tags: ["Commercial", "Large-Scale"], imageSrc: "http://img.b2bpic.net/free-photo/real-estate-investment-expert-entrepreneur-planning-office-space-relocation_482257-91189.jpg" } ]} title="Our Specialized Services" description="From custom luxury homes to complex commercial developments, we bring precision and elegance to every detail." @@ -154,60 +89,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Luxury Villa", - name: "Modern Estate A", - price: "Custom", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=3", - }, - { - id: "p2", - brand: "High-End Reno", - name: "Urban Penthouse", - price: "Custom", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=3", - }, - { - id: "p3", - brand: "Commercial Space", - name: "Downtown Boutique", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=2", - }, - { - id: "p4", - brand: "Custom Home", - name: "Coastal Retreat", - price: "Custom", - rating: 5, - reviewCount: "6", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=4", - }, - { - id: "p5", - brand: "Renovation", - name: "Heritage Restoration", - price: "Custom", - rating: 5, - reviewCount: "4", - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=4", - }, - { - id: "p6", - brand: "Commercial", - name: "Corporate Office", - price: "Custom", - rating: 5, - reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=3", - }, + { id: "p1", brand: "Luxury Villa", name: "Modern Estate A", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg" }, + { id: "p2", brand: "High-End Reno", name: "Urban Penthouse", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg" }, + { id: "p3", brand: "Commercial Space", name: "Downtown Boutique", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg" }, + { id: "p4", brand: "Custom Home", name: "Coastal Retreat", price: "Custom", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg" }, + { id: "p5", brand: "Renovation", name: "Heritage Restoration", price: "Custom", rating: 5, reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg" }, + { id: "p6", brand: "Commercial", name: "Corporate Office", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg" } ]} title="Our Portfolio" description="Explore our collection of stunning residences and commercial spaces, each reflecting the highest standards of architectural design and build quality." @@ -216,63 +103,20 @@ export default function LandingPage() {