Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 09:14:16 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{ text: "Our Selection", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg?_wi=1"
imageAlt="Our beautiful local storefront"
mediaAnimation="opacity"
/>
@@ -59,7 +59,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "An ideal store to buy essentials and home décor items. Everything is perfectly curated.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "One of the best things to happen in our neighborhood. The staff is always so welcoming.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg" },
{ id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "One of the best things to happen in our neighborhood. The staff is always so welcoming.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg?_wi=1" },
{ id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "In one word — the best store I have visited. Simply incredible selection and quality.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg" },
{ id: "4", name: "David Kim", handle: "@dkim", testimonial: "The atmosphere here is unmatched. It feels like visiting an old friend every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg" },
{ id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "High quality goods and great service. I highly recommend checking them out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/supporters-watching-their-team-win-game-mobile-phone_53876-132395.jpg" },
@@ -77,8 +77,8 @@ export default function LandingPage() {
title="Why Shop With Us?"
description="We focus on community, quality, and convenience."
features={[
{ title: "Curated Selection", description: "Hand-picked essentials and decor for your home.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg" },
{ title: "Local Roots", description: "Owned by neighbors, serving our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg" },
{ title: "Curated Selection", description: "Hand-picked essentials and decor for your home.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg?_wi=2" },
{ title: "Local Roots", description: "Owned by neighbors, serving our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-life-enjoyed-by-group-friends_23-2149402026.jpg?_wi=2" },
]}
/>
</div>
@@ -104,7 +104,7 @@ export default function LandingPage() {
tag="Get in Touch"
title="Have Questions?"
description="We are always happy to hear from our community members. Reach out to us for any inquiries."
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-walking-outside-with-medical-mask_23-2148693043.jpg?_wi=3"
mediaAnimation="slide-up"
/>
</div>