5 Commits

Author SHA1 Message Date
afb397c2ef Merge version_3 into main
Merge version_3 into main
2026-04-20 12:05:02 +00:00
991d68304c Update src/app/page.tsx 2026-04-20 12:04:56 +00:00
25cb3b1cd7 Merge version_2 into main
Merge version_2 into main
2026-04-20 12:03:22 +00:00
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" },
@@ -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>
);
}
}