From c6e3a4add602a16d1122d2f4dbaf1eb96d961898 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:45:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 ++++++++--------------------------------------- 1 file changed, 29 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95928a0..bf02a21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,41 +28,23 @@ export default function LandingPage() {
@@ -71,13 +53,7 @@ export default function LandingPage() { @@ -87,41 +63,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "1", - title: "Everyday Essentials", - subtitle: "Grocery and daily necessities", - category: "Essentials", - value: "Fresh stock", - }, - { - id: "2", - title: "Snacks & Drinks", - subtitle: "Quick refreshments for your trip", - category: "Refreshments", - value: "Grab & go", - }, - { - id: "3", - title: "Roadside Stop", - subtitle: "Easy access for travelers", - category: "Accessibility", - value: "Quick service", - }, - { - id: "4", - title: "Local Goods", - subtitle: "Supporting area producers", - category: "Community", - value: "Hand-picked", - }, - { - id: "5", - title: "Friendly Advice", - subtitle: "Local tips and directions", - category: "Service", - value: "Always smiling", - }, + { id: "1", title: "Everyday Essentials", subtitle: "Grocery and daily necessities", category: "Essentials", value: "Fresh stock" }, + { id: "2", title: "Snacks & Drinks", subtitle: "Quick refreshments for your trip", category: "Refreshments", value: "Grab & go" }, + { id: "3", title: "Roadside Stop", subtitle: "Easy access for travelers", category: "Accessibility", value: "Quick service" }, + { id: "4", title: "Local Goods", subtitle: "Supporting area producers", category: "Community", value: "Hand-picked" }, + { id: "5", title: "Friendly Advice", subtitle: "Local tips and directions", category: "Service", value: "Always smiling" }, ]} title="Our Services" description="We provide everything you need for your daily routine or roadside stop." @@ -134,60 +80,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Miller", - role: "Local Resident", - company: "Thornfield", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-country-side-after-moving-from-city_23-2151123937.jpg", - }, - { - id: "2", - name: "David Smith", - role: "Traveler", - company: "Roadtrip", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906370.jpg", - }, - { - id: "3", - name: "Robert Brown", - role: "Farmer", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg", - }, - { - id: "4", - name: "Linda White", - role: "Regular", - company: "Neighbor", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-992.jpg", - }, - { - id: "5", - name: "James Wilson", - role: "Visitor", - company: "Traveler", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-young-woman-sitting-cafe-pointing-fingers-takeaway-coffee-cup-recommending-good_1258-206059.jpg", - }, + { id: "1", name: "Sarah Miller", role: "Local Resident", company: "Thornfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-country-side-after-moving-from-city_23-2151123937.jpg" }, + { id: "2", name: "David Smith", role: "Traveler", company: "Roadtrip", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-traveling-with-car_23-2148906370.jpg" }, + { id: "3", name: "Robert Brown", role: "Farmer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg" }, + { id: "4", name: "Linda White", role: "Regular", company: "Neighbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-992.jpg" }, + { id: "5", name: "James Wilson", role: "Visitor", company: "Traveler", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-young-woman-sitting-cafe-pointing-fingers-takeaway-coffee-cup-recommending-good_1258-206059.jpg" }, ]} kpiItems={[ - { - value: "5.0", - label: "Rating", - }, - { - value: "100%", - label: "Service", - }, - { - value: "Daily", - label: "Open", - }, + { value: "5.0", label: "Rating" }, + { value: "100%", label: "Service" }, + { value: "Daily", label: "Open" }, ]} title="Community Trusted" description="See why our neighbors and travelers love stopping by." @@ -197,47 +99,27 @@ export default function LandingPage() {