Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 723f11cecb | |||
| 1c3b51de54 | |||
| a767a24ca1 |
@@ -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: "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" },
|
{ 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"
|
imageSrc="http://img.b2bpic.net/free-photo/office-desktop-with-mobile-phone_23-2148166698.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/office-desktop-with-mobile-phone_23-2148166698.jpg", alt: "happy customer portrait" },
|
{ 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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user