Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-01 04:25:27 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
handle: "@alexgreen",
testimonial: "My monstera arrived in perfect condition! The care guide made it so easy to keep happy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beatiful-girl-smiling_1187-4953.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beatiful-girl-smiling_1187-4953.jpg?_wi=1",
},
{
name: "Sam K.",
@@ -94,7 +94,7 @@ export default function LandingPage() {
handle: "@morgangrows",
testimonial: "Top tier plants, absolutely stunning additions to my living room!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beatiful-girl-smiling_1187-4953.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beatiful-girl-smiling_1187-4953.jpg?_wi=2",
},
]}
buttons={[
@@ -103,7 +103,7 @@ export default function LandingPage() {
href: "#catalog",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-133213.jpg"
imageSrc="http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-133213.jpg?_wi=1"
imageAlt="Lush indoor garden"
avatars={[
{
@@ -161,14 +161,14 @@ export default function LandingPage() {
name: "Monstera Deliciosa",
price: "$45.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/calathea-ornata-sanderiana-orange-flowerpot_53876-146250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/calathea-ornata-sanderiana-orange-flowerpot_53876-146250.jpg?_wi=1",
},
{
id: "2",
name: "Fiddle Leaf Fig",
price: "$65.00",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/view-palm-tree-species-with-green-foliage_23-2151486485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-palm-tree-species-with-green-foliage_23-2151486485.jpg?_wi=1",
},
{
id: "3",
@@ -194,13 +194,13 @@ export default function LandingPage() {
icon: BookOpen,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-133213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-133213.jpg?_wi=2",
imageAlt: "luxurious indoor plant collection living room",
},
{
@@ -209,13 +209,13 @@ export default function LandingPage() {
icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/room-decor-with-potted-monstera-plant_23-2149428027.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/room-decor-with-potted-monstera-plant_23-2149428027.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/room-decor-with-potted-monstera-plant_23-2149428027.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/room-decor-with-potted-monstera-plant_23-2149428027.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/calathea-ornata-sanderiana-orange-flowerpot_53876-146250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/calathea-ornata-sanderiana-orange-flowerpot_53876-146250.jpg?_wi=2",
imageAlt: "monstera deliciosa leaf on white background",
},
{
@@ -224,13 +224,13 @@ export default function LandingPage() {
icon: ShieldCheck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg?_wi=3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384672.jpg?_wi=4",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/view-palm-tree-species-with-green-foliage_23-2151486485.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-palm-tree-species-with-green-foliage_23-2151486485.jpg?_wi=2",
imageAlt: "fiddle leaf fig in modern pot",
},
]}