Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afb397c2ef | |||
| 991d68304c | |||
| 25cb3b1cd7 | |||
| 18e58c23e3 | |||
| 6242928ddd |
@@ -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" },
|
||||
@@ -113,9 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "bundle-1", badge: "Savings", price: "$189.00", subtitle: "Earbuds + Power Bank", features: ["Limited Stock", "Free Shipping", "First Order Discount"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
|
||||
{ id: "bundle-2", badge: "Best Seller", price: "$349.00", subtitle: "Watch + Earbuds + Cable", features: ["24 Months Warranty", "Premium Support", "Fast Delivery"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
|
||||
{ id: "bundle-3", badge: "Pro Choice", price: "$129.00", subtitle: "Wall Adapter + Cable + Case", features: ["Quality Assured", "Fast Shipping", "Receipt Provided"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
|
||||
{ id: "bundle-1", badge: "Savings", price: "$189.00", subtitle: "Save $50 - Earbuds + Power Bank", features: ["Limited Stock", "Free Shipping", "First Order Discount"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
|
||||
{ id: "bundle-2", badge: "Best Seller", price: "$349.00", subtitle: "Save $100 - Watch + Earbuds + Cable", features: ["24 Months Warranty", "Premium Support", "Fast Delivery"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
|
||||
{ id: "bundle-3", badge: "Pro Choice", price: "$129.00", subtitle: "Save $25 - Wall Adapter + Cable + Case", features: ["Quality Assured", "Fast Shipping", "Receipt Provided"], buttons: [{ text: "Order via WhatsApp", href: "https://wa.me/yournumber" }] },
|
||||
]}
|
||||
title="Exclusive Bundles"
|
||||
description="Unlock savings up to 30% when you bundle your favorite tech."
|
||||
@@ -193,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user