|
|
|
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
|
|
|
borderRadius="pill"
|
|
|
|
borderRadius="pill"
|
|
|
|
contentWidth="smallMedium"
|
|
|
|
contentWidth="smallMedium"
|
|
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
|
|
sizing="mediumLargeSizeLargeTitles"
|
|
|
|
background="noiseDiagonalGradient"
|
|
|
|
background="aurora"
|
|
|
|
cardStyle="inset"
|
|
|
|
cardStyle="inset"
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
primaryButtonStyle="primary-glow"
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
@@ -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: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-burger-food-meal-meat-lunch-sandwich-fries_140725-156952.jpg", imageAlt: "Signature Wings & Waffle"},
|
|
|
|
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: "p2", name: "Old-School Fish Sandwich", price: "$15.00", variant: "Press Favorite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-takeaway-food_23-2149025804.jpg", imageAlt: "Old-School Fish Sandwich"},
|
|
|
|
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: "p3", name: "Soulfood Two-Side Combo", price: "$22.00", variant: "Full Plate", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-preparing-thanksgiving-turkey_23-2148314871.jpg", imageAlt: "Soulfood Two-Side Combo"},
|
|
|
|
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: "p4", name: "Japanese-Style Wings", price: "$16.00", variant: "Flavor Hit", imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-vegetables-with-sauce-dark-background-closeup_1220-7670.jpg", imageAlt: "Japanese-Style Wings"},
|
|
|
|
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: "p5", name: "Truffle Mac & Cheese", price: "$8.00", variant: "Side Dish", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-presentation_23-2151914034.jpg", imageAlt: "Truffle Mac & Cheese"},
|
|
|
|
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: "p6", name: "Candied Sweet Yams", price: "$7.00", variant: "Sweet Side", imageSrc: "http://img.b2bpic.net/free-photo/yellow-cherry-confiture-glass-container-wooden-board_114579-8597.jpg", imageAlt: "Candied Sweet Yams"},
|
|
|
|
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"},
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
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>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|