From 4e9483ec0b7fd75297af3f31497089616f788439 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:37:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a826ccc..2a3fd2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { text: "Visit Us Today", href: "#contact"}, ]} carouselItems={[ - { id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727803.jpg", imageAlt: "Historic interior" }, - { id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg", imageAlt: "Store exterior" }, - { id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-food-new-year-decorations-are-table-room-new-year-eve-concept_132075-11339.jpg", imageAlt: "Local goods" }, - { id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-hat-map-passport-pen-wooden-surface_23-2147837137.jpg", imageAlt: "Post office" }, - { id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg", imageAlt: "Gas pumps" }, + { id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727803.jpg?_wi=1", imageAlt: "Historic interior" }, + { id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg?_wi=1", imageAlt: "Store exterior" }, + { id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-food-new-year-decorations-are-table-room-new-year-eve-concept_132075-11339.jpg?_wi=1", imageAlt: "Local goods" }, + { id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-hat-map-passport-pen-wooden-surface_23-2147837137.jpg?_wi=1", imageAlt: "Post office" }, + { id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg?_wi=1", imageAlt: "Gas pumps" }, { id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/realistic-scene-neighborhood-yard-sale-with-miscellaneous-items_23-2151238313.jpg", imageAlt: "Store welcome" }, ]} /> @@ -131,11 +131,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Miller", date: "Oct 2024", title: "Great Stop!", quote: "A true hidden gem. Everything you need and the best folks around.", tag: "Road Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727803.jpg", imageAlt: "happy road traveler smiling" }, - { id: "2", name: "Joe Hansen", date: "Sept 2024", title: "Authentic Place", quote: "Reminds me of how stores used to be. Friendly and very convenient.", tag: "Local Resident", avatarSrc: "http://img.b2bpic.net/free-photo/funny-girl-with-curly-hair-taking-selfie-sitting-restaurant-s-wooden-table_651396-869.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg", imageAlt: "happy road traveler smiling" }, - { id: "3", name: "Emily Wright", date: "Aug 2024", title: "Best in the Valley", quote: "We stop here every single time we drive through. Love the atmosphere.", tag: "Repeat Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/woman-hitch-hiking-car-mountains_23-2148785870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-food-new-year-decorations-are-table-room-new-year-eve-concept_132075-11339.jpg", imageAlt: "happy road traveler smiling" }, - { id: "4", name: "Mark Stevens", date: "July 2024", title: "Everything you need", quote: "Gas, food, and friendly conversation. Can't beat that.", tag: "Adventure Seeker", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-spending-time-outdoors_23-2150494459.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-hat-map-passport-pen-wooden-surface_23-2147837137.jpg", imageAlt: "happy road traveler smiling" }, - { id: "5", name: "Janet Lee", date: "June 2024", title: "A Town Staple", quote: "The heart of Koosharem. So glad they are here.", tag: "Local Patron", avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg", imageAlt: "happy road traveler smiling" }, + { id: "1", name: "Sarah Miller", date: "Oct 2024", title: "Great Stop!", quote: "A true hidden gem. Everything you need and the best folks around.", tag: "Road Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-girl-thinking-library_23-2148727803.jpg?_wi=2", imageAlt: "happy road traveler smiling" }, + { id: "2", name: "Joe Hansen", date: "Sept 2024", title: "Authentic Place", quote: "Reminds me of how stores used to be. Friendly and very convenient.", tag: "Local Resident", avatarSrc: "http://img.b2bpic.net/free-photo/funny-girl-with-curly-hair-taking-selfie-sitting-restaurant-s-wooden-table_651396-869.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg?_wi=2", imageAlt: "happy road traveler smiling" }, + { id: "3", name: "Emily Wright", date: "Aug 2024", title: "Best in the Valley", quote: "We stop here every single time we drive through. Love the atmosphere.", tag: "Repeat Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/woman-hitch-hiking-car-mountains_23-2148785870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/black-cup-food-new-year-decorations-are-table-room-new-year-eve-concept_132075-11339.jpg?_wi=2", imageAlt: "happy road traveler smiling" }, + { id: "4", name: "Mark Stevens", date: "July 2024", title: "Everything you need", quote: "Gas, food, and friendly conversation. Can't beat that.", tag: "Adventure Seeker", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-spending-time-outdoors_23-2150494459.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-hat-map-passport-pen-wooden-surface_23-2147837137.jpg?_wi=2", imageAlt: "happy road traveler smiling" }, + { id: "5", name: "Janet Lee", date: "June 2024", title: "A Town Staple", quote: "The heart of Koosharem. So glad they are here.", tag: "Local Patron", avatarSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg?_wi=2", imageAlt: "happy road traveler smiling" }, ]} title="Loved by Neighbors & Travelers" description="Don't just take our word for it—here is why people keep coming back to Grass Valley." -- 2.49.1