Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 01:47:54 +00:00

View File

@@ -83,11 +83,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg" },
{ id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg" },
{ id: "3", name: "Emily K.", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg" },
{ id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg" },
{ id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg" },
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg?_wi=1" },
{ id: "2", name: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg?_wi=1" },
{ id: "3", name: "Emily K.", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg?_wi=1" },
{ id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg?_wi=1" },
{ id: "5", name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg?_wi=1" },
]}
cardTitle="What Our Customers Think"
cardTag="Purity Verified"
@@ -104,11 +104,11 @@ export default function LandingPage() {
title="Meet Our Team"
description="The passionate experts behind AcaiSuper, dedicated to delivering pure health to your doorstep."
members={[
{ id: "1", name: "Elena R.", role: "Founder & Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg" },
{ id: "2", name: "Marcus T.", role: "Sustainability Lead", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg" },
{ id: "3", name: "Sarah W.", role: "Quality Control", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg" },
{ id: "4", name: "David L.", role: "Supply Chain Expert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg" },
{ id: "5", name: "Jane D.", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg" },
{ id: "1", name: "Elena R.", role: "Founder & Nutritionist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-cute-blond-woman-eating-healthy-lunch-her-room-holding-bowl-with_1258-254933.jpg?_wi=2" },
{ id: "2", name: "Marcus T.", role: "Sustainability Lead", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533937.jpg?_wi=2" },
{ id: "3", name: "Sarah W.", role: "Quality Control", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878783.jpg?_wi=2" },
{ id: "4", name: "David L.", role: "Supply Chain Expert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-muesli-bowl-coffee_23-2147666308.jpg?_wi=2" },
{ id: "5", name: "Jane D.", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-composition-with-keyboard_23-2147802942.jpg?_wi=2" },
]}
/>
</div>