Merge version_1 into main #1
184
src/app/page.tsx
184
src/app/page.tsx
@@ -31,55 +31,30 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Bundle Deals",
|
||||
id: "product",
|
||||
},
|
||||
name: "Bundle Deals", id: "product"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="Dollar Express"
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login", href: "/login"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Exclusive Bundle Deals 2.0"
|
||||
description="Unlock massive savings with our premium bundles. Get $35 off on orders $249+ and enjoy free shipping on 3+ items."
|
||||
tag="Limited Time Event"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-car_23-2149684320.jpg",
|
||||
imageAlt: "Bundle promotion display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-car_23-2149684320.jpg", imageAlt: "Bundle promotion display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-online-shopping-with-copy-space_23-2148625694.jpg",
|
||||
imageAlt: "Checkout process concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-speaking-phone-sitting-shopping-mall-with-buyings_176420-5790.jpg",
|
||||
imageAlt: "Girl shopping",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-shopping_1303-3526.jpg",
|
||||
imageAlt: "Shopping mall experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-elegant-woman-sitting-cafe-holding-coffee-stylish-little-purse-with-scarf_285396-7931.jpg",
|
||||
imageAlt: "Coffee and purse accessories",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-online-shopping-with-copy-space_23-2148625694.jpg", imageAlt: "Checkout process concept"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,23 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Free Shipping",
|
||||
description: "Free shipping on 3 or more selected items.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/company-packer-employee-desk-with-laptop_1194-431920.jpg",
|
||||
imageAlt: "Free Shipping",
|
||||
},
|
||||
title: "Free Shipping", description: "Free shipping on 3 or more selected items.", imageSrc: "http://img.b2bpic.net/free-photo/company-packer-employee-desk-with-laptop_1194-431920.jpg", imageAlt: "Free Shipping"},
|
||||
{
|
||||
title: "Easy Returns",
|
||||
description: "Hassle-free returns on all your purchases.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/cash-back-sale-banner-icon-3d-render-illustration_47987-11392.jpg",
|
||||
imageAlt: "Easy Returns",
|
||||
},
|
||||
title: "Easy Returns", description: "Hassle-free returns on all your purchases.", imageSrc: "http://img.b2bpic.net/free-psd/cash-back-sale-banner-icon-3d-render-illustration_47987-11392.jpg", imageAlt: "Easy Returns"},
|
||||
{
|
||||
title: "Bundle Savings",
|
||||
description: "Buy more and save significantly more.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-light-box-with-golden-glitter_23-2148657639.jpg",
|
||||
imageAlt: "Bundle Savings",
|
||||
},
|
||||
title: "Bundle Savings", description: "Buy more and save significantly more.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-light-box-with-golden-glitter_23-2148657639.jpg", imageAlt: "Bundle Savings"},
|
||||
]}
|
||||
title="Why Shop With Dollar Express?"
|
||||
description="Experience premium service with every order."
|
||||
@@ -124,41 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury 925 Set A",
|
||||
price: "$1.13",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669154.jpg",
|
||||
},
|
||||
id: "p1", name: "Luxury 925 Set A", price: "$1.13", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669154.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Elegant Jewelry B",
|
||||
price: "$10.14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snake-jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-13016.jpg",
|
||||
},
|
||||
id: "p2", name: "Elegant Jewelry B", price: "$10.14", imageSrc: "http://img.b2bpic.net/free-photo/snake-jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-13016.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Premier Collection C",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-concept-roses-with-white-cubes_23-2148369315.jpg",
|
||||
},
|
||||
id: "p3", name: "Premier Collection C", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/artistic-concept-roses-with-white-cubes_23-2148369315.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Exclusive Pendant D",
|
||||
price: "$22.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purse-skincare-supplies_23-2147710690.jpg",
|
||||
},
|
||||
id: "p4", name: "Exclusive Pendant D", price: "$22.50", imageSrc: "http://img.b2bpic.net/free-photo/purse-skincare-supplies_23-2147710690.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Gold Plated Series E",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-bench-after-shopping_23-2147645159.jpg",
|
||||
},
|
||||
id: "p5", name: "Gold Plated Series E", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-bench-after-shopping_23-2147645159.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Classic Gift Bundle F",
|
||||
price: "$35.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870748.jpg",
|
||||
},
|
||||
id: "p6", name: "Classic Gift Bundle F", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870748.jpg"},
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our top-rated luxury items at exclusive bundle prices."
|
||||
@@ -170,12 +109,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Express",
|
||||
"SecurePay",
|
||||
"Retail Excellence",
|
||||
"Fashion Group",
|
||||
"Trade Network",
|
||||
]}
|
||||
"Global Express", "SecurePay", "Retail Excellence", "Fashion Group", "Trade Network"]}
|
||||
title="Trusted Partners & Quality"
|
||||
description="Our platform ensures the highest standards."
|
||||
/>
|
||||
@@ -188,49 +122,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "tier1",
|
||||
name: "Starter",
|
||||
price: "$18+",
|
||||
features: [
|
||||
"$2 OFF",
|
||||
"Standard Shipping",
|
||||
],
|
||||
id: "tier1", name: "Starter", price: "$18+", features: [
|
||||
"$2 OFF", "Standard Shipping"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Coupon",
|
||||
href: "#",
|
||||
},
|
||||
text: "Apply Coupon", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "tier2",
|
||||
name: "Pro",
|
||||
price: "$85+",
|
||||
features: [
|
||||
"$12 OFF",
|
||||
"Express Processing",
|
||||
],
|
||||
id: "tier2", name: "Pro", price: "$85+", features: [
|
||||
"$12 OFF", "Express Processing"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Coupon",
|
||||
href: "#",
|
||||
},
|
||||
text: "Apply Coupon", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "tier3",
|
||||
name: "Premium",
|
||||
price: "$249+",
|
||||
features: [
|
||||
"$35 OFF",
|
||||
"Free Shipping",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "tier3", name: "Premium", price: "$249+", features: [
|
||||
"$35 OFF", "Free Shipping", "Priority Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Coupon",
|
||||
href: "#",
|
||||
},
|
||||
text: "Apply Coupon", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -244,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do bundle deals work?",
|
||||
content: "Simply add 3 or more eligible items to your cart and the discount is automatically calculated at checkout.",
|
||||
},
|
||||
id: "faq1", title: "How do bundle deals work?", content: "Simply add 3 or more eligible items to your cart and the discount is automatically calculated at checkout."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are returns free?",
|
||||
content: "Yes, we offer free returns within 30 days of purchase for most items.",
|
||||
},
|
||||
id: "faq2", title: "Are returns free?", content: "Yes, we offer free returns within 30 days of purchase for most items."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "How can I use coupon codes?",
|
||||
content: "Enter your code at the checkout page in the 'Promotion Code' field to apply your savings.",
|
||||
},
|
||||
id: "faq3", title: "How can I use coupon codes?", content: "Enter your code at the checkout page in the 'Promotion Code' field to apply your savings."},
|
||||
]}
|
||||
sideTitle="Need Help?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -268,14 +171,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Still have questions about our bundle deals? Our support team is ready to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@dollarexpress.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@dollarexpress.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -284,29 +184,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Deals",
|
||||
href: "#product",
|
||||
},
|
||||
label: "All Deals", href: "#product"},
|
||||
{
|
||||
label: "Bundle Offers",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Bundle Offers", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user