Update src/app/page.tsx
This commit is contained in:
391
src/app/page.tsx
391
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Furniture",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Furniture", id: "#products"},
|
||||
{
|
||||
name: "Appliances",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Appliances", id: "#products"},
|
||||
{
|
||||
name: "Electronics",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Electronics", id: "#products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/housing-crisis-concept-illustrated_23-2151879965.jpg"
|
||||
logoAlt="Smiley's Logo"
|
||||
@@ -67,67 +55,42 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Home for Quality & Value"
|
||||
description="Discover the best in furniture, appliances, and electronics with friendly service and unbeatable prices for every room."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-man-juggling-red-tomatoes-kitchen_23-2147917823.jpg"
|
||||
imageAlt="Modern home interior with furniture, appliances, and electronics"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg", alt: "Satisfied customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
|
||||
alt: "Happy shopper",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", alt: "Happy shopper"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Delighted client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", alt: "Delighted client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-happy-smile-sitting-cafe-with-laptop-studying-remotely-working-online_1258-120868.jpg",
|
||||
alt: "Pleased customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-happy-smile-sitting-cafe-with-laptop-studying-remotely-working-online_1258-120868.jpg", alt: "Pleased customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-glasses_1194-583.jpg",
|
||||
alt: "Smiling patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-glasses_1194-583.jpg", alt: "Smiling patron"},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Furniture",
|
||||
},
|
||||
type: "text", text: "Quality Furniture"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Top Appliances",
|
||||
},
|
||||
type: "text", text: "Top Appliances"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Latest Electronics",
|
||||
},
|
||||
type: "text", text: "Latest Electronics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exceptional Service",
|
||||
},
|
||||
type: "text", text: "Exceptional Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unbeatable Prices",
|
||||
},
|
||||
type: "text", text: "Unbeatable Prices"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,18 +100,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Smiley's: Your Trusted Local Retailer",
|
||||
},
|
||||
type: "text", content: "Smiley's: Your Trusted Local Retailer"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-dark-jacket-black-trousers-along-with-young-man-discussing-something-daytime-building-job-activity_140725-15217.jpg"
|
||||
imageAlt="Friendly staff in a modern retail store interior"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,29 +116,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wide Selection",
|
||||
description: "From contemporary furniture to essential appliances and cutting-edge electronics, we have everything you need.",
|
||||
tag: "Variety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8591.jpg",
|
||||
imageAlt: "Wide variety of home goods in a modern showroom",
|
||||
},
|
||||
id: "f1", title: "Wide Selection", description: "From contemporary furniture to essential appliances and cutting-edge electronics, we have everything you need.", tag: "Variety", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8591.jpg", imageAlt: "Wide variety of home goods in a modern showroom"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Expert Advice",
|
||||
description: "Our knowledgeable team is here to guide you through every purchase, ensuring you find the perfect fit for your lifestyle.",
|
||||
tag: "Guidance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-employees-reviewing-data-insights-tablet-professional-workspace-developing-business_482257-133580.jpg",
|
||||
imageAlt: "Expert sales associate helping a customer with products",
|
||||
},
|
||||
id: "f2", title: "Expert Advice", description: "Our knowledgeable team is here to guide you through every purchase, ensuring you find the perfect fit for your lifestyle.", tag: "Guidance", imageSrc: "http://img.b2bpic.net/free-photo/two-employees-reviewing-data-insights-tablet-professional-workspace-developing-business_482257-133580.jpg", imageAlt: "Expert sales associate helping a customer with products"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Unbeatable Value",
|
||||
description: "We offer competitive prices and flexible financing options to make your dream home a reality without breaking the bank.",
|
||||
tag: "Savings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wife-pouring-tasty-smoothie-while-husband-is-holding-glass-healthy-carefree-cheerful-lifestyle-eating-diet-preparing-breakfast-cozy-sunny-morning_482257-10612.jpg",
|
||||
imageAlt: "Price tags and savings deals on home appliances",
|
||||
},
|
||||
id: "f3", title: "Unbeatable Value", description: "We offer competitive prices and flexible financing options to make your dream home a reality without breaking the bank.", tag: "Savings", imageSrc: "http://img.b2bpic.net/free-photo/wife-pouring-tasty-smoothie-while-husband-is-holding-glass-healthy-carefree-cheerful-lifestyle-eating-diet-preparing-breakfast-cozy-sunny-morning_482257-10612.jpg", imageAlt: "Price tags and savings deals on home appliances"},
|
||||
]}
|
||||
title="Why Choose Smiley's?"
|
||||
description="Experience unparalleled customer service, a vast selection, and competitive pricing for your home."
|
||||
@@ -196,65 +135,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Comfort Living",
|
||||
name: "Modern Sectional Sofa",
|
||||
price: "$1,299.00",
|
||||
rating: 5,
|
||||
reviewCount: "245 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4546.jpg",
|
||||
imageAlt: "Modern living room sectional sofa",
|
||||
},
|
||||
id: "p1", brand: "Comfort Living", name: "Modern Sectional Sofa", price: "$1,299.00", rating: 5,
|
||||
reviewCount: "245 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-4546.jpg", imageAlt: "Modern living room sectional sofa"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "DineRight",
|
||||
name: "Elegant 6-Seater Dining Set",
|
||||
price: "$799.00",
|
||||
rating: 4,
|
||||
reviewCount: "180 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-chilies-tomatoes-wooden-table_114579-10438.jpg",
|
||||
imageAlt: "Elegant dining table and chairs set",
|
||||
},
|
||||
id: "p2", brand: "DineRight", name: "Elegant 6-Seater Dining Set", price: "$799.00", rating: 4,
|
||||
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/green-chilies-tomatoes-wooden-table_114579-10438.jpg", imageAlt: "Elegant dining table and chairs set"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "ChillMaster",
|
||||
name: "Smart French Door Refrigerator",
|
||||
price: "$1,899.00",
|
||||
rating: 5,
|
||||
reviewCount: "310 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-digital-display-screen-built-into-refrigerator_9975-33204.jpg",
|
||||
imageAlt: "Stainless steel smart french door refrigerator",
|
||||
},
|
||||
id: "p3", brand: "ChillMaster", name: "Smart French Door Refrigerator", price: "$1,899.00", rating: 5,
|
||||
reviewCount: "310 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-with-digital-display-screen-built-into-refrigerator_9975-33204.jpg", imageAlt: "Stainless steel smart french door refrigerator"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "SparkleClean",
|
||||
name: "High-Efficiency Washer & Dryer",
|
||||
price: "$1,450.00",
|
||||
rating: 4,
|
||||
reviewCount: "205 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-girl-dreamily-reading-book-waiting-washing-modern-selfservice-laundry_574295-5129.jpg",
|
||||
imageAlt: "Front load washing machine and dryer set",
|
||||
},
|
||||
id: "p4", brand: "SparkleClean", name: "High-Efficiency Washer & Dryer", price: "$1,450.00", rating: 4,
|
||||
reviewCount: "205 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-attractive-girl-dreamily-reading-book-waiting-washing-modern-selfservice-laundry_574295-5129.jpg", imageAlt: "Front load washing machine and dryer set"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "VisionEdge",
|
||||
name: "65-inch 4K Smart TV",
|
||||
price: "$899.00",
|
||||
rating: 5,
|
||||
reviewCount: "420 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-screen-panel-monitor-wall_53876-97075.jpg",
|
||||
imageAlt: "Large screen 65-inch 4K Smart TV",
|
||||
},
|
||||
id: "p5", brand: "VisionEdge", name: "65-inch 4K Smart TV", price: "$899.00", rating: 5,
|
||||
reviewCount: "420 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-screen-panel-monitor-wall_53876-97075.jpg", imageAlt: "Large screen 65-inch 4K Smart TV"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "AudioPro",
|
||||
name: "Wireless Noise-Cancelling Headphones",
|
||||
price: "$199.00",
|
||||
rating: 5,
|
||||
reviewCount: "550 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072191.jpg",
|
||||
imageAlt: "Wireless noise-cancelling headphones",
|
||||
},
|
||||
id: "p6", brand: "AudioPro", name: "Wireless Noise-Cancelling Headphones", price: "$199.00", rating: 5,
|
||||
reviewCount: "550 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072191.jpg", imageAlt: "Wireless noise-cancelling headphones"},
|
||||
]}
|
||||
title="Featured Products"
|
||||
description="Explore our top picks across furniture, appliances, and electronics, hand-selected for quality and popularity."
|
||||
@@ -268,88 +165,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan1",
|
||||
badge: "Convenience",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Starting at $49",
|
||||
subtitle: "Professional Delivery & Installation",
|
||||
buttons: [
|
||||
id: "plan1", badge: "Convenience", badgeIcon: Sparkles,
|
||||
price: "Starting at $49", subtitle: "Professional Delivery & Installation", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Hassle-free setup",
|
||||
"Experienced technicians",
|
||||
"Timely scheduling",
|
||||
"Appliance and Furniture",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg",
|
||||
imageAlt: "Professional delivery and installation service",
|
||||
"Hassle-free setup", "Experienced technicians", "Timely scheduling", "Appliance and Furniture"],
|
||||
},
|
||||
{
|
||||
id: "plan2",
|
||||
badge: "Flexible",
|
||||
badgeIcon: Sparkles,
|
||||
price: "0% APR Available",
|
||||
subtitle: "Easy Financing Options",
|
||||
buttons: [
|
||||
id: "plan2", badge: "Flexible", badgeIcon: Sparkles,
|
||||
price: "0% APR Available", subtitle: "Easy Financing Options", buttons: [
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Apply Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Flexible payment plans",
|
||||
"Low monthly payments",
|
||||
"Quick approval process",
|
||||
"No hidden fees",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-wallet-with-cards-calculator-math-blocks-key-coins-desk_23-2147863948.jpg",
|
||||
imageAlt: "Financing options with calculator and money",
|
||||
"Flexible payment plans", "Low monthly payments", "Quick approval process", "No hidden fees"],
|
||||
},
|
||||
{
|
||||
id: "plan3",
|
||||
badge: "Limited Time",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Up to 30% Off",
|
||||
subtitle: "Seasonal Sales & Promotions",
|
||||
buttons: [
|
||||
id: "plan3", badge: "Limited Time", badgeIcon: Sparkles,
|
||||
price: "Up to 30% Off", subtitle: "Seasonal Sales & Promotions", buttons: [
|
||||
{
|
||||
text: "View Deals",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Deals", href: "#products"},
|
||||
],
|
||||
features: [
|
||||
"Exclusive discounts",
|
||||
"Special bundle offers",
|
||||
"Save on top brands",
|
||||
"New deals weekly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gift-voucher-coupon-discount-special-offer_53876-123832.jpg",
|
||||
imageAlt: "Seasonal sale banner with discount tag",
|
||||
"Exclusive discounts", "Special bundle offers", "Save on top brands", "New deals weekly"],
|
||||
},
|
||||
{
|
||||
id: "plan4",
|
||||
badge: "Peace of Mind",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Starting at $79",
|
||||
subtitle: "Extended Warranty Protection",
|
||||
buttons: [
|
||||
id: "plan4", badge: "Peace of Mind", badgeIcon: Sparkles,
|
||||
price: "Starting at $79", subtitle: "Extended Warranty Protection", buttons: [
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Protect your investment",
|
||||
"Comprehensive coverage",
|
||||
"Repair or replacement",
|
||||
"Nationwide service",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exclusive-premium-quality-brand-graphic-concept_53876-124909.jpg",
|
||||
imageAlt: "Extended warranty badge and guarantee certificate",
|
||||
"Protect your investment", "Comprehensive coverage", "Repair or replacement", "Nationwide service"],
|
||||
},
|
||||
]}
|
||||
title="Services & Special Offers"
|
||||
@@ -359,35 +208,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
title: "Years in Business",
|
||||
items: [
|
||||
"Serving our community",
|
||||
"Trusted local expertise",
|
||||
],
|
||||
id: "m1", value: "50+", title: "Years in Business", items: [
|
||||
"Serving our community", "Trusted local expertise"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10,000+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Building lasting relationships",
|
||||
"Excellent service record",
|
||||
],
|
||||
id: "m2", value: "10,000+", title: "Happy Customers", items: [
|
||||
"Building lasting relationships", "Excellent service record"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "200+",
|
||||
title: "Top Brands Carried",
|
||||
items: [
|
||||
"Leading names in home goods",
|
||||
"Quality you can trust",
|
||||
],
|
||||
id: "m3", value: "200+", title: "Top Brands Carried", items: [
|
||||
"Leading names in home goods", "Quality you can trust"],
|
||||
},
|
||||
]}
|
||||
title="Smiley's by the Numbers"
|
||||
@@ -403,25 +238,15 @@ export default function LandingPage() {
|
||||
author="Sarah J. - Homeowner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg",
|
||||
alt: "Michael R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg", alt: "Michael R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-woman-talking-phone-park-alley_23-2147779751.jpg",
|
||||
alt: "Emily T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-woman-talking-phone-park-alley_23-2147779751.jpg", alt: "Emily T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-wise-person_52683-100915.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-wise-person_52683-100915.jpg", alt: "David L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-girl-her-handsome-boyfriend-woman-casual-summer-jeans-clothes_158538-5527.jpg",
|
||||
alt: "Jessica & Tom B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-girl-her-handsome-boyfriend-woman-casual-summer-jeans-clothes_158538-5527.jpg", alt: "Jessica & Tom B."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -434,30 +259,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your delivery options?",
|
||||
content: "We offer standard and expedited delivery services for all furniture, appliances, and electronics. Installation services are also available for most appliances.",
|
||||
},
|
||||
id: "faq1", title: "What are your delivery options?", content: "We offer standard and expedited delivery services for all furniture, appliances, and electronics. Installation services are also available for most appliances."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer financing plans?",
|
||||
content: "Yes, we partner with several financing companies to provide flexible payment options. Visit our store or contact us for details on eligibility and application.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer financing plans?", content: "Yes, we partner with several financing companies to provide flexible payment options. Visit our store or contact us for details on eligibility and application."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What is your return policy?",
|
||||
content: "Our return policy allows returns within 30 days of purchase for most items, provided they are in new condition. Some exclusions apply, please check our full policy online or in-store.",
|
||||
},
|
||||
id: "faq3", title: "What is your return policy?", content: "Our return policy allows returns within 30 days of purchase for most items, provided they are in new condition. Some exclusions apply, please check our full policy online or in-store."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I pick up my order in-store?",
|
||||
content: "Absolutely! We offer convenient in-store pickup for most items. You'll receive a notification when your order is ready for collection at your selected Smiley's location.",
|
||||
},
|
||||
id: "faq4", title: "Can I pick up my order in-store?", content: "Absolutely! We offer convenient in-store pickup for most items. You'll receive a notification when your order is ready for collection at your selected Smiley's location."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you offer extended warranties?",
|
||||
content: "Yes, we provide extended warranty plans for many of our appliances and electronics to give you extra peace of mind beyond the manufacturer's warranty.",
|
||||
},
|
||||
id: "faq5", title: "Do you offer extended warranties?", content: "Yes, we provide extended warranty plans for many of our appliances and electronics to give you extra peace of mind beyond the manufacturer's warranty."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe-with-headphones_273609-5478.jpg"
|
||||
imageAlt="Customer service representative smiling with headset"
|
||||
@@ -476,22 +286,14 @@ export default function LandingPage() {
|
||||
description="Have questions, need assistance with an order, or looking for specific products? Contact our friendly team today!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-young-woman-posing-outdoors_23-2149462161.jpg"
|
||||
@@ -507,58 +309,35 @@ export default function LandingPage() {
|
||||
logoText="Smiley's"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Furniture",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Furniture", href: "#products"},
|
||||
{
|
||||
label: "Appliances",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Appliances", href: "#products"},
|
||||
{
|
||||
label: "Electronics",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Electronics", href: "#products"},
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services-offers",
|
||||
},
|
||||
label: "Services", href: "#services-offers"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Warranties",
|
||||
href: "#services-offers",
|
||||
},
|
||||
label: "Warranties", href: "#services-offers"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Returns", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user