Update src/app/page.tsx

This commit is contained in:
2026-03-17 08:57:06 +00:00
parent e45290921d
commit 5bf824f90a

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplit
title="Shop Everything You Need, All in One Place"
description="Discover premium soaps, cutting-edge electronics, and professional fitness equipment curated for quality and value. Fast shipping, trusted brands, and exceptional customer service await."
background={{ variant: "circleGradient" }}
background={{ variant: "gradient-bars" }}
tag="Welcome to MultiMart"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -73,22 +73,22 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
products={[
{
id: "soap-1", name: "Luxe Lavender Soap Bar", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg?_wi=1", imageAlt: "Premium Lavender Soap"
id: "soap-1", name: "Luxe Lavender Soap Bar", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg", imageAlt: "Premium Lavender Soap"
},
{
id: "electronics-1", name: "Wireless Bluetooth Headphones", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg?_wi=1", imageAlt: "Wireless Headphones"
id: "electronics-1", name: "Wireless Bluetooth Headphones", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg", imageAlt: "Wireless Headphones"
},
{
id: "fitness-1", name: "Premium Yoga Mat", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg?_wi=1", imageAlt: "Professional Yoga Mat"
id: "fitness-1", name: "Premium Yoga Mat", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg", imageAlt: "Professional Yoga Mat"
},
{
id: "soap-2", name: "Organic Charcoal Soap", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg?_wi=2", imageAlt: "Organic Charcoal Soap"
id: "soap-2", name: "Organic Charcoal Soap", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/soap-plants-arrangement_23-2148897626.jpg", imageAlt: "Organic Charcoal Soap"
},
{
id: "electronics-2", name: "Fast Charging USB-C Cable", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg?_wi=2", imageAlt: "USB-C Charging Cable"
id: "electronics-2", name: "Fast Charging USB-C Cable", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-upon-robot-vacuum-cleaner-indoors_23-2150829992.jpg", imageAlt: "USB-C Charging Cable"
},
{
id: "fitness-2", name: "Adjustable Dumbbell Set", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg?_wi=2", imageAlt: "Dumbbell Set"
id: "fitness-2", name: "Adjustable Dumbbell Set", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/necessary-set-slimming_23-2147829438.jpg", imageAlt: "Dumbbell Set"
}
]}
gridVariant="three-columns-all-equal-width"