Merge version_1 into main #1
238
src/app/page.tsx
238
src/app/page.tsx
@@ -32,87 +32,57 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EliteStore"
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Excellence"
|
||||
description="Discover our collection of best-selling products crafted for those who value quality, durability, and sophisticated design."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-characterizing-painter_23-2149529892.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/model-photographer-getting-ready-photo-shooting_23-2148424416.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/photographer-using-dslr-camera-studio_482257-122129.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/photographer-using-dslr-camera-studio_482257-122129.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_23-2150506129.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-photographer_23-2150506129.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ satisfied customers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Worldwide Shipping",
|
||||
},
|
||||
type: "text", text: "Worldwide Shipping"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Checkout",
|
||||
},
|
||||
type: "text", text: "Secure Checkout"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Customer Guarantee",
|
||||
},
|
||||
type: "text", text: "Customer Guarantee"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,17 +95,11 @@ export default function LandingPage() {
|
||||
description="We blend quality craftsmanship with modern aesthetic to bring you the best-selling products that set the standard in the industry. Each item is meticulously inspected to ensure your total satisfaction."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description: "Sourced from the finest global suppliers.",
|
||||
},
|
||||
title: "Premium Materials", description: "Sourced from the finest global suppliers."},
|
||||
{
|
||||
title: "Durability Guaranteed",
|
||||
description: "Built to withstand daily wear and tear.",
|
||||
},
|
||||
title: "Durability Guaranteed", description: "Built to withstand daily wear and tear."},
|
||||
{
|
||||
title: "Customer-First Service",
|
||||
description: "Support that puts your needs first.",
|
||||
},
|
||||
title: "Customer-First Service", description: "Support that puts your needs first."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-graphic-pencils-stand-standing-table-creativity-school-studio-background-diverse-team-drawing-vase-sketch-canvas-working-sketching-technique-new-years-resolutions_482257-38999.jpg"
|
||||
/>
|
||||
@@ -149,41 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxury Watch",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg",
|
||||
},
|
||||
id: "p1", name: "Luxury Watch", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808025.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Premium Wallet",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-by-grocery-store-talking-phone_1303-28930.jpg",
|
||||
},
|
||||
id: "p2", name: "Premium Wallet", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-cart-by-grocery-store-talking-phone_1303-28930.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Wireless Audio",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-kitchen-objects_23-2148835348.jpg",
|
||||
},
|
||||
id: "p3", name: "Wireless Audio", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-kitchen-objects_23-2148835348.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Leather Case",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039372.jpg",
|
||||
},
|
||||
id: "p4", name: "Leather Case", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039372.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Desk Lamp",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-silver-tin-cans-with-copy-space_23-2148785265.jpg",
|
||||
},
|
||||
id: "p5", name: "Desk Lamp", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-silver-tin-cans-with-copy-space_23-2148785265.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Travel Bag",
|
||||
price: "$249",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-looking-young-female-picking-design-magazines-vintage-store-standing-stylish-brown-dress_197531-23028.jpg",
|
||||
},
|
||||
id: "p6", name: "Travel Bag", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/serious-looking-young-female-picking-design-magazines-vintage-store-standing-stylish-brown-dress_197531-23028.jpg"},
|
||||
]}
|
||||
title="Best Sellers"
|
||||
description="Check out our most popular items that our community cannot get enough of."
|
||||
@@ -198,20 +138,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
id: "m1", value: "10k+", description: "Happy Customers"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Premium Products",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Premium Products"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Dedicated Support",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Dedicated Support"},
|
||||
]}
|
||||
title="Impact by Numbers"
|
||||
description="Evidence of our commitment to excellence."
|
||||
@@ -226,20 +157,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Modern Aesthetic",
|
||||
description: "Clean lines and sleek finishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-with-comfortable-sofa-elegant-decor-generated-by-ai_188544-22487.jpg",
|
||||
},
|
||||
title: "Modern Aesthetic", description: "Clean lines and sleek finishes.", imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-with-comfortable-sofa-elegant-decor-generated-by-ai_188544-22487.jpg"},
|
||||
{
|
||||
title: "Global Shipping",
|
||||
description: "Delivered anywhere in the world.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-computer-lab-with-bright-blue-lighting-generated-by-ai_188544-28200.jpg",
|
||||
},
|
||||
title: "Global Shipping", description: "Delivered anywhere in the world.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-computer-lab-with-bright-blue-lighting-generated-by-ai_188544-28200.jpg"},
|
||||
{
|
||||
title: "Eco-friendly",
|
||||
description: "Conscious of our environmental impact.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43785.jpg",
|
||||
},
|
||||
title: "Eco-friendly", description: "Conscious of our environmental impact.", imageSrc: "http://img.b2bpic.net/free-vector/cryptocurrency-set-electronic-cash-symbol-vector_53876-43785.jpg"},
|
||||
]}
|
||||
title="Unmatched Quality"
|
||||
description="Innovative design meets premium manufacturing."
|
||||
@@ -253,40 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
handle: "@alexr",
|
||||
testimonial: "Excellent quality, fast delivery, and very responsive customer support. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-formal-clothes_23-2148891738.jpg",
|
||||
},
|
||||
id: "t1", name: "Alex R.", handle: "@alexr", testimonial: "Excellent quality, fast delivery, and very responsive customer support. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-formal-clothes_23-2148891738.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jamie L.",
|
||||
handle: "@jamiel",
|
||||
testimonial: "The design is top-notch. Truly best-in-class service for the price.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg",
|
||||
},
|
||||
id: "t2", name: "Jamie L.", handle: "@jamiel", testimonial: "The design is top-notch. Truly best-in-class service for the price.", imageSrc: "http://img.b2bpic.net/free-photo/african-business-lady-standing-grey-background_171337-16083.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam K.",
|
||||
handle: "@samk",
|
||||
testimonial: "I love the premium feel of every single product I purchased. Will buy again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-with-blank-pages-lies-table-with-pen-keyboard-indoor-photo-workplace-with-computer-camera-blur-background_197531-3411.jpg",
|
||||
},
|
||||
id: "t3", name: "Sam K.", handle: "@samk", testimonial: "I love the premium feel of every single product I purchased. Will buy again.", imageSrc: "http://img.b2bpic.net/free-photo/opened-notebook-with-blank-pages-lies-table-with-pen-keyboard-indoor-photo-workplace-with-computer-camera-blur-background_197531-3411.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jordan P.",
|
||||
handle: "@jordanp",
|
||||
testimonial: "Superb aesthetics and functional utility in every detail. Absolutely impressed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg",
|
||||
},
|
||||
id: "t4", name: "Jordan P.", handle: "@jordanp", testimonial: "Superb aesthetics and functional utility in every detail. Absolutely impressed.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6622.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Morgan D.",
|
||||
handle: "@morgand",
|
||||
testimonial: "EliteStore is my go-to for high-end lifestyle items now. Amazing collection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg",
|
||||
},
|
||||
id: "t5", name: "Morgan D.", handle: "@morgand", testimonial: "EliteStore is my go-to for high-end lifestyle items now. Amazing collection.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our users have to say about EliteStore products."
|
||||
@@ -299,20 +196,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to over 50 countries worldwide.",
|
||||
},
|
||||
id: "f1", title: "Do you ship internationally?", content: "Yes, we ship to over 50 countries worldwide."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I return an item?",
|
||||
content: "You can request a return via our portal within 30 days of purchase.",
|
||||
},
|
||||
id: "f2", title: "How do I return an item?", content: "You can request a return via our portal within 30 days of purchase."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is my payment information secure?",
|
||||
content: "Absolutely. We use industry-standard encryption for all transactions.",
|
||||
},
|
||||
id: "f3", title: "Is my payment information secure?", content: "Absolutely. We use industry-standard encryption for all transactions."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our products and services."
|
||||
@@ -324,14 +212,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to experience EliteStore? Reach out to our team today for assistance or inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -340,42 +225,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Products", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Shipping Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Info", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user