Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| efcd1377de | |||
| e4a557c62c | |||
| b1f01e76a6 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{ variant: "sparkles-gradient" }}
|
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."
|
description="Bring home farm-fresh Indian & Asian vegetables and authentic pantry staples at Tiger Wagon."
|
||||||
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
|
buttons={[{ text: "Visit Us Today", href: "#contact" }]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-5fcioiv9.jpg"
|
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}
|
useInvertedBackground={false}
|
||||||
title="Welcome to Tiger Wagon"
|
title="Welcome to Tiger Wagon"
|
||||||
description={[
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -101,9 +102,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "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: "$3.30", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-gkhzm9e2.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: "$3.99", rating: 5, reviewCount: "94", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzxkXcu7o7e0vWw28ddiYlbZpa/uploaded-1779298945502-xxnk0faz.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"
|
title="Featured Favorites"
|
||||||
description="Discover our most popular items in-store."
|
description="Discover our most popular items in-store."
|
||||||
@@ -176,4 +177,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user