Update src/app/page.tsx
This commit is contained in:
@@ -53,10 +53,10 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Store Highlights", logoIcon: Store,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9450.jpg?_wi=1", searchPlaceholder: "Search products...", buttons: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9450.jpg", searchPlaceholder: "Search products...", buttons: [
|
||||
{ text: "Browse Catalog", href: "#products" },
|
||||
{ text: "Today's Deals", href: "#products" },
|
||||
],
|
||||
@@ -111,11 +111,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fresh Organic Produce", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg?_wi=1", imageAlt: "Fresh groceries and vegetables"},
|
||||
id: "1", name: "Fresh Organic Produce", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg", imageAlt: "Fresh groceries and vegetables"},
|
||||
{
|
||||
id: "2", name: "Household Essentials", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg?_wi=1", imageAlt: "Home and cleaning supplies"},
|
||||
id: "2", name: "Household Essentials", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg", imageAlt: "Home and cleaning supplies"},
|
||||
{
|
||||
id: "3", name: "Personal Care Items", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg?_wi=1", imageAlt: "Health and beauty products"},
|
||||
id: "3", name: "Personal Care Items", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg", imageAlt: "Health and beauty products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,6 +134,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1098-14388.jpg"
|
||||
imageAlt="Our community store and team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,13 +152,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "groceries", title: "Groceries", description: "Fresh produce, pantry staples, and specialty foods curated for your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg?_wi=2", imageAlt: "Grocery products"},
|
||||
id: "groceries", title: "Groceries", description: "Fresh produce, pantry staples, and specialty foods curated for your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg", imageAlt: "Grocery products"},
|
||||
{
|
||||
id: "home", title: "Home & Kitchen", description: "Everything you need for your home from kitchen gadgets to cleaning supplies.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg?_wi=2", imageAlt: "Home and kitchen items"},
|
||||
id: "home", title: "Home & Kitchen", description: "Everything you need for your home from kitchen gadgets to cleaning supplies.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094318.jpg", imageAlt: "Home and kitchen items"},
|
||||
{
|
||||
id: "personal", title: "Personal Care", description: "Health, beauty, and wellness products to keep you feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg?_wi=2", imageAlt: "Personal care products"},
|
||||
id: "personal", title: "Personal Care", description: "Health, beauty, and wellness products to keep you feeling great.", imageSrc: "http://img.b2bpic.net/free-photo/caspia-filler-flowers_1339-6285.jpg", imageAlt: "Personal care products"},
|
||||
{
|
||||
id: "seasonal", title: "Seasonal & Special", description: "Discover seasonal finds and special collections throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg?_wi=3", imageAlt: "Seasonal items"},
|
||||
id: "seasonal", title: "Seasonal & Special", description: "Discover seasonal finds and special collections throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/beijing-cabbage-tomato-female-hands-other-vegetables_169016-24193.jpg", imageAlt: "Seasonal items"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,7 +239,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9450.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-bokeh-defocused-shopping-mall-interior-department-store_1203-9450.jpg"
|
||||
imageAlt="General Store"
|
||||
logoText="General Store"
|
||||
copyrightText="© 2025 General Store. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user