Merge version_2 into main #4
@@ -76,9 +76,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Our Fea'tured Selection"
|
||||
title="Our Featured Selection"
|
||||
description="Handpicked specialty coffees and seasonal beverages crafted by our expert baristas"
|
||||
tag='"Menu"'
|
||||
tag="Menu"
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -86,10 +86,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Ethiopian Yirgacheffe", price: '$6.5"0', variant: "Single Origin • 12oz", imageSrc: "https://pixabay.com/get/g0398d1ad6ec4b1639a4ac77177d8f2367ab0359a8b3db13e4fd9533af3d1c1a00ae24a85240632fdec80f40efce7a3eb647d8ca9b04a340c3dff8a3c744c28d0_1280.jpg", imageAlt: "ethiopian single origin coffee bag"
|
||||
id: "1", name: "Ethiopian Yirgacheffe", price: "$6.50", variant: "Single Origin • 12oz", imageSrc: "https://pixabay.com/get/g0398d1ad6ec4b1639a4ac77177d8f2367ab0359a8b3db13e4fd9533af3d1c1a00ae24a85240632fdec80f40efce7a3eb647d8ca9b04a340c3dff8a3c744c28d0_1280.jpg", imageAlt: "ethiopian single origin coffee bag"
|
||||
},
|
||||
{
|
||||
id: "2", name: "House <Blend> Espres;so?", price: "$5.00", variant: "Signature Blend • Shot", imageSrc: "https://pixabay.com/get/ga98e93710b94ce2d50f9200123b3b8c3179d39074b5fc515aefe0871e1d2bbc5a12dac849abfafaaeaffda61551d2ab754c0a585344ac6d96b4d5b5225fb09ae_1280.jpg", imageAlt: "house blend coffee cup professional"
|
||||
id: "2", name: "House Blend Espresso", price: "$5.00", variant: "Signature Blend • Shot", imageSrc: "https://pixabay.com/get/ga98e93710b94ce2d50f9200123b3b8c3179d39074b5fc515aefe0871e1d2bbc5a12dac849abfafaaeaffda61551d2ab754c0a585344ac6d96b4d5b5225fb09ae_1280.jpg", imageAlt: "house blend coffee cup professional"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Seasonal Pumpkin Latte", price: "$7.00", variant: "Limited Edition • 16oz", imageSrc: "https://pixabay.com/get/g1a6540826b5dbab56feea41f8fd39509a526f5965bc9129aaefcade716b047c9d726cd2beffd8f53682b7a04fe9da23faa4a52ac2f7b6980eca30c674ae88a8e_1280.jpg", imageAlt: "pumpkin spice latte seasonal drink"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f514c;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #ff3d4a;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #159c49;
|
||||
--background-accent: #a8e8ba;
|
||||
--accent: #106efb;
|
||||
--background-accent: #106efb;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user