Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf3fd02a57 | |||
| ed3c0c0aaf | |||
| 8a6f79d374 | |||
| efcd1377de | |||
| e4a557c62c | |||
| b1f01e76a6 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user