Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1ec394bf9 | |||
| fbc084fc13 |
@@ -139,17 +139,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", name: "Signature Wings & Waffle", price: "$18.00", variant: "Best Seller", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webild/images/photo-1594967332210-67c2d1b1f1f1.jpeg", imageAlt: "Signature Wings & Waffle"},
|
id: "p1", name: "Signature Wings & Waffle", price: "$18.00", variant: "Best Seller", imageSrc: "https://images.unsplash.com/photo-1627992797448-6a5c10a112f2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Signature Wings & Waffle"},
|
||||||
{
|
{
|
||||||
id: "p2", name: "Old-School Fish Sandwich", price: "$15.00", variant: "Press Favorite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webild/images/photo-1563816997274-71a2d590e3f2.jpeg", imageAlt: "Old-School Fish Sandwich"},
|
id: "p2", name: "Old-School Fish Sandwich", price: "$15.00", variant: "Press Favorite", imageSrc: "https://images.unsplash.com/photo-1588147720993-9c8c4a1b02b9?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Old-School Fish Sandwich"},
|
||||||
{
|
{
|
||||||
id: "p3", name: "Soulfood Two-Side Combo", price: "$22.00", variant: "Full Plate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webild/images/photo-1592389657738-4e8c5d9a0d8e.jpeg", imageAlt: "Soulfood Two-Side Combo"},
|
id: "p3", name: "Soulfood Two-Side Combo", price: "$22.00", variant: "Full Plate", imageSrc: "https://images.unsplash.com/photo-1563805494-17c3746c0d8f?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Soulfood Two-Side Combo"},
|
||||||
{
|
{
|
||||||
id: "p4", name: "Japanese-Style Wings", price: "$16.00", variant: "Flavor Hit", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webild/images/photo-1589086161477-8d8d7d9b7f0f.jpeg", imageAlt: "Japanese-Style Wings"},
|
id: "p4", name: "Japanese-Style Wings", price: "$16.00", variant: "Flavor Hit", imageSrc: "https://images.unsplash.com/photo-1549520478-f6e4a2e2a0f8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Japanese-Style Wings"},
|
||||||
{
|
{
|
||||||
id: "p5", name: "Truffle Mac & Cheese", price: "$8.00", variant: "Side Dish", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webild/images/photo-1589133887010-4e3d9b7f0f.jpeg", imageAlt: "Truffle Mac & Cheese"},
|
id: "p5", name: "Truffle Mac & Cheese", price: "$8.00", variant: "Side Dish", imageSrc: "https://images.unsplash.com/photo-1610444321313-05f2b2d0b5e9?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Truffle Mac & Cheese"},
|
||||||
{
|
{
|
||||||
id: "p6", name: "Candied Sweet Yams", price: "$7.00", variant: "Sweet Side", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/webild/images/photo-159089923887010-4e3d9b7f0f.jpeg", imageAlt: "Candied Sweet Yams"},
|
id: "p6", name: "Candied Sweet Yams", price: "$7.00", variant: "Sweet Side", imageSrc: "https://images.unsplash.com/photo-1594916895318-7a5c10a112f2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Candied Sweet Yams"},
|
||||||
]}
|
]}
|
||||||
title="Soul food, styled like a headline."
|
title="Soul food, styled like a headline."
|
||||||
description="The homepage leads with high-margin, highly loved items: wings, waffles, fish, soulfood combos, and craveable sides."
|
description="The homepage leads with high-margin, highly loved items: wings, waffles, fish, soulfood combos, and craveable sides."
|
||||||
@@ -282,4 +282,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user