Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-18 10:55:07 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ name: "Casey W.", handle: "@caseytech", testimonial: "Professional gear for professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-phone-shopping-mall_329181-8096.jpg" },
{ name: "Morgan D.", handle: "@morgangadget", testimonial: "Excellent variety of accessories.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" },
]}
buttons={[{ text: "Shop Now", href: "#products" }]}
buttons={[{ text: "View Latest Devices", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-mobile-phone_23-2148166698.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/office-desktop-with-mobile-phone_23-2148166698.jpg", alt: "happy customer portrait" },
@@ -207,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}