Merge version_2 into main #2
@@ -75,14 +75,11 @@ export default function LandingPage() {
|
||||
description="Handcrafted dishes prepared with passion using traditional Italian techniques"
|
||||
tag="Chef's Selection"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Primo Piatto", name: "Risotto ai Funghi Porcini", price: "$24.00", rating: 5,
|
||||
{ id: "1", brand: "Primo Piatto", name: "Risotto ai Funghi Porcini", price: "$24.00", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/sliced-fish-with-cheese-glass-wine_140725-6341.jpg", imageAlt: "Creamy porcini mushroom risotto"},
|
||||
{
|
||||
id: "2", brand: "Pasta Fresca", name: "Spaghetti Carbonara Autentica", price: "$22.00", rating: 5,
|
||||
{ id: "2", brand: "Pasta Fresca", name: "Spaghetti Carbonara Autentica", price: "$22.00", rating: 5,
|
||||
reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-slate-template_23-2148202531.jpg", imageAlt: "Homemade spaghetti carbonara"},
|
||||
{
|
||||
id: "3", brand: "Piatti di Mare", name: "Frutti di Mare al Forno", price: "$38.00", rating: 5,
|
||||
{ id: "3", brand: "Piatti di Mare", name: "Frutti di Mare al Forno", price: "$38.00", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/view-assortment-seafood-with-other-garnish-ingredients_52683-107819.jpg", imageAlt: "Fresh seafood baked with herbs"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcf6ec;
|
||||
--card: #f3ede2;
|
||||
--foreground: #2e2521;
|
||||
--primary-cta: #2e2521;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #fcf6ec;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #2e2521;
|
||||
--accent: #b2a28b;
|
||||
--background-accent: #b2a28b;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user