diff --git a/src/app/page.tsx b/src/app/page.tsx index 3475aff..a7436a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -251,64 +109,13 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", - brand: "Hardscaping", - name: "Retaining Wall Replacement", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-brick-wall-background_74190-5307.jpg", - }, - { - id: "p2", - brand: "Patio", - name: "Paver Patio Construction", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg", - }, - { - id: "p3", - brand: "Landscaping", - name: "Garden Design", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg", - }, - { - id: "p4", - brand: "Hardscaping", - name: "Walkway Paving", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127909.jpg", - }, - { - id: "p5", - brand: "Landscaping", - name: "Property Maintenance", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/pattern-grey-rough-textured-block_1258-222.jpg", - }, - { - id: "p6", - brand: "Hardscaping", - name: "Multi-tier Wall System", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/memorial-murdered-jews-europe-berlin-downtown-germany_1268-20945.jpg", - }, - ]} title="Completed Projects Showcase" - description="A glimpse into our recent successful hardscape and landscaping projects in the area." + description="A glimpse into our recent successful hardscape and landscaping projects." + products={[ + { id: "p1", brand: "Hardscaping", name: "Wall", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/old-vintage-brick-wall-background_74190-5307.jpg" }, + { id: "p2", brand: "Patio", name: "Patio", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg" }, + { id: "p3", brand: "Landscaping", name: "Garden", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-middle-aged-gardener-looking-evergreen-plants-gray-haired-man-eyeglasses-wearing-blue-shirt-apron-growing-small-thujas-greenhouse-commercial-gardening-summer-concept_74855-12988.jpg" } + ]} /> @@ -318,49 +125,13 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Mitchell Sacks", - role: "Local Guide", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg?_wi=2", - }, - { - id: "2", - name: "OJ Skiles", - role: "Property Owner", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-florists-woman-working-home-using-gardening-gloves_482257-8644.jpg?_wi=2", - }, - { - id: "3", - name: "Chuck Tisa", - role: "Local Guide", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg", - }, - { - id: "4", - name: "Satisfied Customer", - role: "Resident", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-outdoor-fitness_23-2149081975.jpg", - }, - { - id: "5", - name: "Local Resident", - role: "Owner", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg", - }, - ]} title="What Our Clients Say" + description="See why homeowners trust us." + testimonials={[ + { id: "1", name: "Mitchell Sacks", role: "Local Guide", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg" }, + { id: "2", name: "OJ Skiles", role: "Property Owner", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-florists-woman-working-home-using-gardening-gloves_482257-8644.jpg" }, + { id: "3", name: "Chuck Tisa", role: "Local Guide", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-smartphone-sitting-open-terrace_259150-59317.jpg" } + ]} /> @@ -368,37 +139,23 @@ export default function LandingPage() {
@@ -413,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file