Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-06 20:44:46 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
testimonials={[
{
name: "John Miller", handle: "@jmiller", testimonial: "Best marina in TN. The food is incredible!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg?_wi=1"},
{
name: "Sarah Davis", handle: "@sarahd", testimonial: "The slips are secure and very accessible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-hanging-out-jetty_23-2150514786.jpg"},
@@ -63,7 +63,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-smiling-camera_23-2148299459.jpg"},
{
name: "Dave Smith", handle: "@dsmith", testimonial: "Fantastic staff, welcoming atmosphere.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg?_wi=1"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sunset-bay_23-2147670170.jpg"
imageAlt="Aerial view of Whitman Hollow Marina"
@@ -123,9 +123,9 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Floating Home", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg"},
id: "p1", name: "Floating Home", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-looking-each-other_23-2148293890.jpg?_wi=2"},
{
id: "p2", name: "Rental Cottage", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg"},
id: "p2", name: "Rental Cottage", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-hat-outdoors_23-2148618868.jpg?_wi=2"},
{
id: "p3", name: "Pontoon Boat", price: "$250/day", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-laying-boat_23-2149046378.jpg"},
]}