5 Commits

Author SHA1 Message Date
ed3c0c0aaf Update src/app/page.tsx 2026-05-20 17:49:03 +00:00
8a6f79d374 Merge version_4 into main
Merge version_4 into main
2026-05-20 17:46:35 +00:00
efcd1377de Update src/app/page.tsx 2026-05-20 17:46:31 +00:00
e4a557c62c Merge version_3 into main
Merge version_3 into main
2026-05-20 17:43:36 +00:00
b1f01e76a6 Merge version_3 into main
Merge version_3 into main
2026-05-20 17:43:00 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{ variant: "sparkles-gradient" }}
title="Fresh Groceries, Lowest Prices, Everyday Savings"
title="Fresh Groceries, Everyday Savings"
description="Bring home farm-fresh Indian & Asian vegetables and authentic pantry staples at Tiger Wagon."
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-5fcioiv9.jpg"
@@ -57,7 +57,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to Tiger Wagon"
description={[
"Located in Peoria, AZ, we are your neighborhood destination for farm-fresh Indian and Asian produce.", "We pride ourselves on offering high-quality ingredients, snacks, and staples at unbeatable prices."]}
"Located in Peoria, AZ, we are your neighborhood destination for farm-fresh Indian and Asian produce.", "We pride ourselves on offering high-quality ingredients, snacks, and staples at unbeatable prices."
]}
/>
</div>
@@ -101,9 +102,9 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Laxmi", name: "Brown Sona Masoori", price: "$14.00", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-wo0214d5.jpg" },
{ id: "2", brand: "Britannia", name: "Milk Caramel Wafers", price: "$3.30", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-gkhzm9e2.jpg" },
{ id: "3", brand: "Karachi", name: "Osmania Biscuits", price: "$3.99", rating: 5, reviewCount: "94", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-xxnk0faz.jpg" }
{ id: "1", brand: "Laxmi", name: "Brown Sona Masoori", price: "", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-wo0214d5.jpg" },
{ id: "2", brand: "Britannia", name: "Milk Caramel Wafers", price: "", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-gkhzm9e2.jpg" },
{ id: "3", brand: "Karachi", name: "Osmania Biscuits", price: "", rating: 5, reviewCount: "94", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-xxnk0faz.jpg" }
]}
title="Featured Favorites"
description="Discover our most popular items in-store."
@@ -170,7 +171,7 @@ export default function LandingPage() {
{ title: "Store Info", items: [{ label: "About Us", href: "#about" }, { label: "Products", href: "#products" }] }
]}
bottomLeftText="© 2024 Tiger Wagon"
bottomRightText="All rights reserved."
bottomRightText=""
/>
</div>
</ReactLenis>