3 Commits

Author SHA1 Message Date
723f11cecb Update src/app/page.tsx 2026-05-18 10:55:04 +00:00
1c3b51de54 Merge version_1 into main
Merge version_1 into main
2026-05-18 10:53:47 +00:00
a767a24ca1 Merge version_1 into main
Merge version_1 into main
2026-05-18 10:53:19 +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>
);
}
}