Merge version_3 into main #5
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="aurora"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -139,17 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--primary-cta-text: #160906;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #fff7e8;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user