Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-20 12:03:22 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ name: "Elena V.", handle: "StartUp", testimonial: "Satisfied customer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-promoting-cloths-from-thrift-store_23-2150952340.jpg" },
{ name: "John D.", handle: "TechLab", testimonial: "Premium feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg" },
]}
buttons={[{ text: "Shop Now", href: "#products" }]}
buttons={[{ text: "View Premium Collection", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-holding-tablet-looking-it-with-confident-smile-face-standing-office_141793-21247.jpg", alt: "Customer" },
@@ -193,4 +193,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}