Merge version_1 into main #2
@@ -27,69 +27,44 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-13878.jpg"
|
||||
logoAlt="Fit Equipment Logo"
|
||||
brandName="Fit Equipment"
|
||||
button={{
|
||||
text: "Cart",
|
||||
href: "/cart",
|
||||
}}
|
||||
text: "Cart", href: "/cart"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cart-summary" data-section="cart-summary">
|
||||
<ProductCart
|
||||
isOpen={true}
|
||||
onClose={() => {}}
|
||||
items={[
|
||||
{
|
||||
id: "1",
|
||||
name: "ProForm Carbon TL Treadmill",
|
||||
price: "$799.00",
|
||||
quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg?_wi=2",
|
||||
imageAlt: "modern treadmill gym equipment",
|
||||
},
|
||||
id: "1", name: "ProForm Carbon TL Treadmill", price: "$799.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-running-treadmill_158595-1910.jpg", imageAlt: "modern treadmill gym equipment"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Adjustable Dumbbell Set (5-50 lbs)",
|
||||
variants: [
|
||||
"5-50 lbs",
|
||||
],
|
||||
price: "$349.99",
|
||||
quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fitness-trainer-with-dumbbells-gym_1303-13910.jpg?_wi=2",
|
||||
imageAlt: "dumbbell set gym weights",
|
||||
},
|
||||
id: "2", name: "Adjustable Dumbbell Set (5-50 lbs)", variants: [
|
||||
"5-50 lbs"],
|
||||
price: "$349.99", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fitness-trainer-with-dumbbells-gym_1303-13910.jpg", imageAlt: "dumbbell set gym weights"},
|
||||
]}
|
||||
total="$1148.99"
|
||||
buttons={[
|
||||
{
|
||||
text: "Continue Shopping",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Continue Shopping", href: "/products"},
|
||||
{
|
||||
text: "Proceed to Checkout",
|
||||
href: "/checkout",
|
||||
},
|
||||
text: "Proceed to Checkout", href: "/checkout"},
|
||||
]}
|
||||
title="Your Shopping Cart"
|
||||
emptyMessage="Your cart is currently empty. Explore our premium equipment and start building your ultimate gym!"
|
||||
@@ -98,31 +73,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="recommended-products" data-section="recommended-products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "3",
|
||||
name: "Stationary Exercise Bike",
|
||||
price: "$499.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5809.jpg?_wi=2",
|
||||
imageAlt: "stationary exercise bike home",
|
||||
},
|
||||
id: "3", name: "Stationary Exercise Bike", price: "$499.00", imageSrc: "http://img.b2bpic.net/free-photo/sportive-blonde-woman-working-out-exercise-bike-modern-fitness-center-fitness-lifestyle-sport-club_613910-5809.jpg", imageAlt: "stationary exercise bike home"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hydro Rower Machine",
|
||||
price: "$699.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg?_wi=2",
|
||||
imageAlt: "rowing machine fitness equipment",
|
||||
},
|
||||
id: "4", name: "Hydro Rower Machine", price: "$699.00", imageSrc: "http://img.b2bpic.net/free-photo/athletic-shaved-head-male-two-slim-fitness-female-exercising-with-body-bike-gym-club_613910-11213.jpg", imageAlt: "rowing machine fitness equipment"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kettlebell Set (10-40 kg)",
|
||||
price: "$189.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg?_wi=2",
|
||||
imageAlt: "kettlebell set gym equipment",
|
||||
},
|
||||
id: "5", name: "Kettlebell Set (10-40 kg)", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg", imageAlt: "kettlebell set gym equipment"},
|
||||
]}
|
||||
title="Continue Your Fitness Journey"
|
||||
description="Discover more top-rated equipment and accessories to complete your home gym setup."
|
||||
@@ -135,25 +96,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I update my cart quantity?",
|
||||
content: "You can change the quantity of any item directly in your cart by using the '+' and '-' buttons next to each product. Your cart total will automatically update.",
|
||||
},
|
||||
id: "1", title: "How do I update my cart quantity?", content: "You can change the quantity of any item directly in your cart by using the '+' and '-' buttons next to each product. Your cart total will automatically update."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I save my cart for later?",
|
||||
content: "Yes, if you are logged into your account, your cart items will be saved for your next visit. You can also create a wishlist for items you are considering.",
|
||||
},
|
||||
id: "2", title: "Can I save my cart for later?", content: "Yes, if you are logged into your account, your cart items will be saved for your next visit. You can also create a wishlist for items you are considering."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are the shipping options?",
|
||||
content: "We offer various shipping options including standard, expedited, and white-glove delivery for larger equipment. Details will be available at checkout.",
|
||||
},
|
||||
id: "3", title: "What are the shipping options?", content: "We offer various shipping options including standard, expedited, and white-glove delivery for larger equipment. Details will be available at checkout."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day satisfaction guarantee. If you're not happy with your purchase, you can return it within 30 days for a full refund. See our full return policy for details.",
|
||||
},
|
||||
id: "4", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not happy with your purchase, you can return it within 30 days for a full refund. See our full return policy for details."},
|
||||
]}
|
||||
title="Need Help with Your Order?"
|
||||
description="Find quick answers to common questions about your shopping cart, order process, and shipping details."
|
||||
@@ -165,58 +114,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Treadmills",
|
||||
href: "/products/treadmills",
|
||||
},
|
||||
label: "Treadmills", href: "/products/treadmills"},
|
||||
{
|
||||
label: "Weights",
|
||||
href: "/products/weights",
|
||||
},
|
||||
label: "Weights", href: "/products/weights"},
|
||||
{
|
||||
label: "Bikes",
|
||||
href: "/products/bikes",
|
||||
},
|
||||
label: "Bikes", href: "/products/bikes"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "/products/accessories",
|
||||
},
|
||||
label: "Accessories", href: "/products/accessories"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/shipping",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/shipping"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user