Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 14:20:55 +00:00
2 changed files with 105 additions and 329 deletions

View File

@@ -34,34 +34,20 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "Reviews", name: "Reviews", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "#products"}}
href: "#products",
}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=buosfp" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=buosfp"
logoAlt="Etar Store Logo" logoAlt="Etar Store Logo"
brandName="Etar Store" brandName="Etar Store"
@@ -71,66 +57,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Shop Smarter, Live Better" title="Shop Smarter, Live Better"
description="Discover handpicked products that elevate your everyday life. Quality, style, and innovation delivered right to your door." description="Discover handpicked products that elevate your everyday life. Quality, style, and innovation delivered right to your door."
buttons={[ buttons={[
{ {
text: "Explore Collections", text: "Explore Collections", href: "#products"},
href: "#products",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084005.jpg" imageSrc="http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084005.jpg"
imageAlt="Collection of various stylish products on display" imageAlt="Collection of various stylish products on display"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-cheerful-woman-red-dress-joyfully-looking-camera-while-holding-colorful-shopping-bags-hand-with-big-door-background_574295-5400.jpg", src: "http://img.b2bpic.net/free-photo/young-cheerful-woman-red-dress-joyfully-looking-camera-while-holding-colorful-shopping-bags-hand-with-big-door-background_574295-5400.jpg", alt: "Happy shopper avatar"},
alt: "Happy shopper avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", src: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-smiling-showing-thumbs-up-standing-blue-wall_141793-55879.jpg", alt: "Satisfied customer avatar"},
alt: "Satisfied customer avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg", src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg", alt: "Young woman avatar"},
alt: "Young woman avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16037.jpg", alt: "Professional man avatar"},
alt: "Professional man avatar",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-beautiful-surprised-woman-looking-with-hands-near-mouth-trendy-girl-casual-summer-white-dress_158538-1551.jpg", src: "http://img.b2bpic.net/free-photo/young-beautiful-surprised-woman-looking-with-hands-near-mouth-trendy-girl-casual-summer-white-dress_158538-1551.jpg", alt: "Cheerful person avatar"},
alt: "Cheerful person avatar",
},
]} ]}
avatarText="Join our 100k+ happy customers!" avatarText="Join our 100k+ happy customers!"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Fresh Arrivals Daily"},
text: "Fresh Arrivals Daily",
},
{ {
type: "text", type: "text", text: "Secure Payments"},
text: "Secure Payments",
},
{ {
type: "text", type: "text", text: "Fast Delivery"},
text: "Fast Delivery",
},
{ {
type: "text", type: "text", text: "Premium Quality Guaranteed"},
text: "Premium Quality Guaranteed",
},
{ {
type: "text", type: "text", text: "Exceptional Customer Support"},
text: "Exceptional Customer Support",
},
]} ]}
/> />
</div> </div>
@@ -144,19 +105,13 @@ export default function LandingPage() {
description="Etar Store was founded on the belief that exceptional products shouldn't be hard to find. We meticulously curate our selection, ensuring every item meets our high standards for craftsmanship, durability, and design. Join our community of discerning shoppers." description="Etar Store was founded on the belief that exceptional products shouldn't be hard to find. We meticulously curate our selection, ensuring every item meets our high standards for craftsmanship, durability, and design. Join our community of discerning shoppers."
bulletPoints={[ bulletPoints={[
{ {
title: "Handpicked Selection", title: "Handpicked Selection", description: "Every product is carefully chosen for its unique value and quality.", icon: Package,
description: "Every product is carefully chosen for its unique value and quality.",
icon: Package,
}, },
{ {
title: "Customer-First Approach", title: "Customer-First Approach", description: "Your satisfaction is our top priority, from browsing to after-sale support.", icon: Award,
description: "Your satisfaction is our top priority, from browsing to after-sale support.",
icon: Award,
}, },
{ {
title: "Sustainable Practices", title: "Sustainable Practices", description: "We partner with brands committed to ethical and eco-friendly production.", icon: Leaf,
description: "We partner with brands committed to ethical and eco-friendly production.",
icon: Leaf,
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230556.jpg" imageSrc="http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230556.jpg"
@@ -173,29 +128,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Curated Collections", title: "Curated Collections", description: "Discover unique items handpicked for quality and style.", imageSrc: "http://img.b2bpic.net/free-photo/cup-dried-flowers-vase-home-interior-living-room_169016-57064.jpg", imageAlt: "Stylish collection of home decor products", titleImageSrc: "http://img.b2bpic.net/free-photo/keyboard-near-monitor-computer-mouse-headphones-table_23-2148040535.jpg", buttonText: "Shop Now"},
description: "Discover unique items handpicked for quality and style.",
imageSrc: "http://img.b2bpic.net/free-photo/cup-dried-flowers-vase-home-interior-living-room_169016-57064.jpg",
imageAlt: "Stylish collection of home decor products",
titleImageSrc: "http://img.b2bpic.net/free-photo/keyboard-near-monitor-computer-mouse-headphones-table_23-2148040535.jpg",
buttonText: "Shop Now",
},
{ {
title: "Fast & Reliable Shipping", title: "Fast & Reliable Shipping", description: "Get your favorites delivered swiftly and securely to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172398.jpg", imageAlt: "Delivery person handing over a package", titleImageSrc: "http://img.b2bpic.net/free-photo/red-freight-truck-transporting-cargo-winter-highway-logistics-delivery-transport_169016-71718.jpg", buttonText: "Track Order"},
description: "Get your favorites delivered swiftly and securely to your doorstep.",
imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172398.jpg",
imageAlt: "Delivery person handing over a package",
titleImageSrc: "http://img.b2bpic.net/free-photo/red-freight-truck-transporting-cargo-winter-highway-logistics-delivery-transport_169016-71718.jpg",
buttonText: "Track Order",
},
{ {
title: "Exclusive Member Perks", title: "Exclusive Member Perks", description: "Join our community for special discounts and early access to new arrivals.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349230.jpg", imageAlt: "Person holding a loyalty card with discounts", titleImageSrc: "http://img.b2bpic.net/free-photo/surprised-lady-red-beret-looks-into-shopping-bag-young-woman-with-dark-hair-with-bright-lipstick-striped-stylish-clothes-posing-camera_197531-18739.jpg", buttonText: "Join Now"},
description: "Join our community for special discounts and early access to new arrivals.",
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349230.jpg",
imageAlt: "Person holding a loyalty card with discounts",
titleImageSrc: "http://img.b2bpic.net/free-photo/surprised-lady-red-beret-looks-into-shopping-bag-young-woman-with-dark-hair-with-bright-lipstick-striped-stylish-clothes-posing-camera_197531-18739.jpg",
buttonText: "Join Now",
},
]} ]}
title="Why Choose Etar Store?" title="Why Choose Etar Store?"
description="We offer more than just products; we offer an experience built on trust and convenience." description="We offer more than just products; we offer an experience built on trust and convenience."
@@ -210,65 +147,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", brand: "Artisan Home", name: "Minimalist Ceramic Vase", price: "PKR 2,500", rating: 5,
brand: "Artisan Home", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-flowers-interior-room_169016-5039.jpg", imageAlt: "Minimalist white ceramic vase"},
name: "Minimalist Ceramic Vase",
price: "PKR 2,500",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-flowers-interior-room_169016-5039.jpg",
imageAlt: "Minimalist white ceramic vase",
},
{ {
id: "2", id: "2", brand: "Luxe Fashion", name: "Elegant Leather Handbag", price: "PKR 15,000", rating: 4.8,
brand: "Luxe Fashion", reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-cafe-sunglasses-handbag-pink-blue-colors-spring-summer-fashion-trend-elegant-style-drinking-coffee_285396-4396.jpg", imageAlt: "Elegant brown leather handbag"},
name: "Elegant Leather Handbag",
price: "PKR 15,000",
rating: 4.8,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-accessories-stylish-woman-sitting-cafe-sunglasses-handbag-pink-blue-colors-spring-summer-fashion-trend-elegant-style-drinking-coffee_285396-4396.jpg",
imageAlt: "Elegant brown leather handbag",
},
{ {
id: "3", id: "3", brand: "Pure Skincare", name: "Hydrating Face Cream", price: "PKR 4,800", rating: 4.9,
brand: "Pure Skincare", reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/concept-face-skin-care-supplies-honey-cosmetic_185193-111676.jpg", imageAlt: "Jar of hydrating face cream"},
name: "Hydrating Face Cream",
price: "PKR 4,800",
rating: 4.9,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/concept-face-skin-care-supplies-honey-cosmetic_185193-111676.jpg",
imageAlt: "Jar of hydrating face cream",
},
{ {
id: "4", id: "4", brand: "AudioTech", name: "Wireless Noise-Cancelling Headphones", price: "PKR 8,999", rating: 4.7,
brand: "AudioTech", reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-elder-woman-listening-music-home-headphones_23-2148740650.jpg", imageAlt: "Black wireless noise-cancelling headphones"},
name: "Wireless Noise-Cancelling Headphones",
price: "PKR 8,999",
rating: 4.7,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-elder-woman-listening-music-home-headphones_23-2148740650.jpg",
imageAlt: "Black wireless noise-cancelling headphones",
},
{ {
id: "5", id: "5", brand: "Cozy Home", name: "Scented Soy Candle", price: "PKR 1,800", rating: 4.9,
brand: "Cozy Home", reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-blurred-lights_23-2147786049.jpg", imageAlt: "Scented soy candle in a glass jar"},
name: "Scented Soy Candle",
price: "PKR 1,800",
rating: 4.9,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-candle-near-blurred-lights_23-2147786049.jpg",
imageAlt: "Scented soy candle in a glass jar",
},
{ {
id: "6", id: "6", brand: "Wearable Tech", name: "Smart Fitness Watch", price: "PKR 6,500", rating: 4.6,
brand: "Wearable Tech", reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/woman-examining-her-pulse-parometer_329181-11117.jpg", imageAlt: "Black smart fitness watch on a wrist"},
name: "Smart Fitness Watch",
price: "PKR 6,500",
rating: 4.6,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/woman-examining-her-pulse-parometer_329181-11117.jpg",
imageAlt: "Black smart fitness watch on a wrist",
},
]} ]}
title="Our Bestselling Products" title="Our Bestselling Products"
description="Explore our most popular items, loved by customers worldwide for their exceptional quality and design." description="Explore our most popular items, loved by customers worldwide for their exceptional quality and design."
@@ -282,53 +177,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", title: "Standard Shipping", price: "Free", period: "5-7 Business Days", features: [
title: "Standard Shipping", "Tracked Delivery", "Nationwide Coverage", "Email Updates"],
price: "Free",
period: "5-7 Business Days",
features: [
"Tracked Delivery",
"Nationwide Coverage",
"Email Updates",
],
button: { button: {
text: "Select Standard", text: "Select Standard"},
}, imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup_23-2149106381.jpg", imageAlt: "Standard shipping box"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup_23-2149106381.jpg",
imageAlt: "Standard shipping box",
},
{ {
id: "premium", id: "premium", title: "Express Shipping", price: "PKR 500", period: "2-3 Business Days", features: [
title: "Express Shipping", "Priority Handling", "Insured Parcel", "SMS & Email Alerts"],
price: "PKR 500",
period: "2-3 Business Days",
features: [
"Priority Handling",
"Insured Parcel",
"SMS & Email Alerts",
],
button: { button: {
text: "Go Express", text: "Go Express"},
}, imageSrc: "http://img.b2bpic.net/free-photo/wrench-mobile-phone-shiny-pushing-professional_1134-1094.jpg", imageAlt: "Express delivery package"},
imageSrc: "http://img.b2bpic.net/free-photo/wrench-mobile-phone-shiny-pushing-professional_1134-1094.jpg",
imageAlt: "Express delivery package",
},
{ {
id: "elite", id: "elite", title: "Premium Concierge", price: "PKR 1,500", period: "Next Day Delivery", features: [
title: "Premium Concierge", "Dedicated Support", "Gift Wrapping Option", "Exclusive Promotions"],
price: "PKR 1,500",
period: "Next Day Delivery",
features: [
"Dedicated Support",
"Gift Wrapping Option",
"Exclusive Promotions",
],
button: { button: {
text: "Choose Premium", text: "Choose Premium"},
}, imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918475.jpg", imageAlt: "Luxury gift box"},
imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918475.jpg",
imageAlt: "Luxury gift box",
},
]} ]}
title="Flexible Shipping Options" title="Flexible Shipping Options"
description="Choose the delivery option that best suits your needs and budget." description="Choose the delivery option that best suits your needs and budget."
@@ -342,31 +207,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "10K+", title: "Happy Customers", items: [
value: "10K+", "Trusted by thousands of shoppers", "Consistently high satisfaction rates"],
title: "Happy Customers",
items: [
"Trusted by thousands of shoppers",
"Consistently high satisfaction rates",
],
}, },
{ {
id: "2", id: "2", value: "500+", title: "Unique Products", items: [
value: "500+", "Diverse and curated collection", "Always adding new, exciting items"],
title: "Unique Products",
items: [
"Diverse and curated collection",
"Always adding new, exciting items",
],
}, },
{ {
id: "3", id: "3", value: "99%", title: "On-Time Delivery", items: [
value: "99%", "Reliable shipping partners", "Swift and secure deliveries"],
title: "On-Time Delivery",
items: [
"Reliable shipping partners",
"Swift and secure deliveries",
],
}, },
]} ]}
title="Our Commitment to Excellence" title="Our Commitment to Excellence"
@@ -382,53 +232,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Ayesha Khan", role: "Online Shopper", company: "Happy Customer", rating: 5,
name: "Ayesha Khan", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-119452.jpg", imageAlt: "Ayesha Khan"},
role: "Fashion Blogger",
company: "StyleSavvy",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-119452.jpg",
imageAlt: "Ayesha Khan",
},
{ {
id: "2", id: "2", name: "Bilal Ahmed", role: "Tech Enthusiast", company: "Gadget Reviewer", rating: 5,
name: "Bilal Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", imageAlt: "Bilal Ahmed"},
role: "Tech Entrepreneur",
company: "Innovate Pakistan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
imageAlt: "Bilal Ahmed",
},
{ {
id: "3", id: "3", name: "Zara Ali", role: "Home Decor Enthusiast", company: "Etar Fan", rating: 5,
name: "Zara Ali", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-woman-holding-speech-bubble-with-various-type-emoticons_23-2147849477.jpg", imageAlt: "Zara Ali"},
role: "Interior Designer",
company: "Home Aesthetics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-woman-holding-speech-bubble-with-various-type-emoticons_23-2147849477.jpg",
imageAlt: "Zara Ali",
},
{ {
id: "4", id: "4", name: "Fahad Malik", role: "Student Bargain Hunter", company: "Value Seeker", rating: 4,
name: "Fahad Malik", imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg", imageAlt: "Fahad Malik"},
role: "University Student",
company: "EduHub",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/full-view-male-man-street-look-camera_197531-33432.jpg",
imageAlt: "Fahad Malik",
},
{ {
id: "5", id: "5", name: "Sana Khan", role: "Lifestyle Influencer", company: "Brand Ambassador", rating: 5,
name: "Sana Khan", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-surprised-expression_1194-3508.jpg", imageAlt: "Sana Khan"},
role: "Digital Marketer",
company: "GrowthX Agency",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-surprised-expression_1194-3508.jpg",
imageAlt: "Sana Khan",
},
]} ]}
title="What Our Customers Say" title="What Our Shoppers Are Saying"
description="Hear directly from our satisfied customers about their Etar Store experience." description="Real stories from satisfied customers who love their Etar Store purchases."
/> />
</div> </div>
@@ -438,38 +258,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What payment methods do you accept?", content: "We accept major credit/debit cards (Visa, MasterCard, American Express), JazzCash, EasyPaisa, and bank transfers."},
title: "What payment methods do you accept?",
content: "We accept major credit/debit cards (Visa, MasterCard, American Express), JazzCash, EasyPaisa, and bank transfers.",
},
{ {
id: "2", id: "2", title: "How long does shipping take?", content: "Standard shipping usually takes 5-7 business days. Express options are available for 2-3 business days delivery. Please check our shipping policy for more details."},
title: "How long does shipping take?",
content: "Standard shipping usually takes 5-7 business days. Express options are available for 2-3 business days delivery. Please check our shipping policy for more details.",
},
{ {
id: "3", id: "3", title: "Can I return or exchange a product?", content: "Yes, we offer a hassle-free return and exchange policy within 14 days of purchase. Items must be in original condition with tags attached."},
title: "Can I return or exchange a product?",
content: "Yes, we offer a hassle-free return and exchange policy within 14 days of purchase. Items must be in original condition with tags attached.",
},
{ {
id: "4", id: "4", title: "Do you offer international shipping?", content: "Currently, we only ship within Pakistan. We are working to expand our services internationally soon."},
title: "Do you offer international shipping?",
content: "Currently, we only ship within Pakistan. We are working to expand our services internationally soon.",
},
{ {
id: "5", id: "5", title: "How can I track my order?", content: "Once your order is shipped, you will receive an email with a tracking number. You can use this number on our website or the courier's website to track your parcel."},
title: "How can I track my order?",
content: "Once your order is shipped, you will receive an email with a tracking number. You can use this number on our website or the courier's website to track your parcel.",
},
{ {
id: "6", id: "6", title: "Are your products eco-friendly?", content: "We prioritize partnerships with brands that use sustainable materials and ethical manufacturing practices. Look for the 'Eco-Friendly' badge on product pages."},
title: "Are your products eco-friendly?",
content: "We prioritize partnerships with brands that use sustainable materials and ethical manufacturing practices. Look for the 'Eco-Friendly' badge on product pages.",
},
]} ]}
title="Frequently Asked Questions" title="Your Shopping Questions, Answered"
description="Find quick answers to the most common questions about shopping at Etar Store." description="Get quick answers to the most common inquiries about Etar Store products, orders, and services."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -478,12 +280,11 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}} tag="Need Assistance?"
tag="Get in Touch" title="Shop with Confidence: Contact Us"
title="Have Questions? We're Here to Help!" description="Our customer support team is here to help with any questions, orders, or feedback you may have."
description="Reach out to us for any inquiries, support, or feedback. Our team is ready to assist you." imageSrc="http://img.b2bpic.net/free-photo/african-american-man-working-call-center-wearing-headset-sitting-behind-computer-monitor-looking-camera_197531-15222.jpg"
imageSrc="asset://contact-image"
imageAlt="Customer service representative smiling and helping a client" imageAlt="Customer service representative smiling and helping a client"
mediaAnimation="opacity" mediaAnimation="opacity"
inputPlaceholder="Enter your email for updates" inputPlaceholder="Enter your email for updates"
@@ -494,69 +295,44 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="asset://footer-background" imageSrc="http://img.b2bpic.net/free-photo/female-hand-holding-yellow-credit-card-online-shopping-concept-mock-up_329181-12502.jpg"
imageAlt="Abstract background with product silhouettes" imageAlt="Abstract background with product silhouettes"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=buosfp" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=buosfp"
logoAlt="Etar Store Logo" logoAlt="Etar Store Logo"
logoText="Etar Store" logoText="Etar Store"
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ {
label: "All Products", label: "All Products", href: "#products"},
href: "#products",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "#products"},
href: "#products",
},
{ {
label: "Bestsellers", label: "Bestsellers", href: "#products"},
href: "#products",
},
{ {
label: "Special Offers", label: "Special Offers", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
{ {
title: "About Us", title: "About Us", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "Why Etar?", label: "Why Etar?", href: "#features"},
href: "#features",
},
{ {
label: "Customer Reviews", label: "Customer Reviews", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Shipping & Returns", label: "Shipping & Returns", href: "#"},
href: "#",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #efebe5;
--card: #efe7dd; --card: #f7f2ea;
--foreground: #2b180a; --foreground: #000000;
--primary-cta: #2b180a; --primary-cta: #000000;
--primary-cta-text: #f6f0e9; --primary-cta-text: #FFFFFF;
--secondary-cta: #efe7dd; --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a; --secondary-cta-text: #2F3C4C;
--accent: #94877c; --accent: #ffffff;
--background-accent: #afa094; --background-accent: #e1b875;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);