2 Commits

Author SHA1 Message Date
18e58c23e3 Update src/app/page.tsx 2026-04-20 12:03:19 +00:00
6242928ddd Merge version_1 into main
Merge version_1 into main
2026-04-20 12:02:20 +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>
);
}
}