Merge version_4 into main #6
@@ -44,9 +44,9 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="NYC's Warmest Coffee Ritual"
|
||||
description="Specialty espresso, homemade almond milk, and unforgettable brunch moments."
|
||||
description="Specialty espresso, homemade almond milk, and interactive 3D coffee moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "A tiny, cozy NYC coffee shop experience in the heart of Midtown."},
|
||||
type: "text", content: "A tiny, cozy NYC coffee shop experience with interactive 3D elements."},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg", alt: "Lucid Cafe Interior"},
|
||||
]}
|
||||
@@ -95,8 +95,8 @@ export default function LandingPage() {
|
||||
id: "6", brand: "Extra", name: "Almond Milk", price: "$1.50", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/almond-milk-with-almond-wooden-bowl-black-background_1150-37676.jpg"},
|
||||
]}
|
||||
title="Holographic Menu"
|
||||
description="Select from our premium selection of specialty coffee and brunch favorites."
|
||||
title="Interactive 3D Treats"
|
||||
description="Drag, drop, and enjoy our premium selection of specialty coffee and brunch favorites."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "m2", value: "Midtown", title: "3D Map View", description: "311 Lexington Ave (3D Location)", imageSrc: "http://img.b2bpic.net/free-photo/manhattan-streets-aerial-view_1150-13426.jpg"},
|
||||
{
|
||||
id: "m3", value: "Fresh", title: "Ritual", description: "Coffee served hot", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cafe-signage-design_23-2149295822.jpg"},
|
||||
id: "m3", value: "Fresh", title: "Ritual", description: "Coffee served hot", imageSrc: "http://img.b2bpic.net/free-photo/flat-design-cafe-signage-design_23-2149295822.jpg"},
|
||||
]}
|
||||
title="Visit Lucid Cafe"
|
||||
description="311 Lexington Ave, New York, NY"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #fffaf5e6;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #fdfaf6;
|
||||
--card: #f0e6da;
|
||||
--foreground: #3d2b1f;
|
||||
--primary-cta: #6f4e37;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f0e6da;
|
||||
--secondary-cta-text: #3d2b1f;
|
||||
--accent: #b88a6d;
|
||||
--background-accent: #e6d5c5;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user