Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8d647c417 | |||
| 4140129fae | |||
| fcecd59d63 | |||
| 347fa65429 | |||
| 526c836936 | |||
| 721a20390c | |||
| 0f635cef4c |
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "m1", value: "Daily", title: "Opening Hours", description: "7AM - 7PM Weekdays", imageSrc: "http://img.b2bpic.net/free-photo/we-are-open-glass-wall-coffee-shop_53876-63393.jpg"},
|
id: "m1", value: "Daily", title: "Opening Hours", description: "7AM - 7PM Weekdays", imageSrc: "http://img.b2bpic.net/free-photo/we-are-open-glass-wall-coffee-shop_53876-63393.jpg"},
|
||||||
{
|
{
|
||||||
id: "m2", value: "Midtown", title: "Our Location", description: "311 Lexington Ave", imageSrc: "http://img.b2bpic.net/free-photo/woman-study-map-drinking-coffee-street-cafe-redhead-happy-girl-travel-canary-islands-looking-new-place-visit-sunny-day_1217-1756.jpg"},
|
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-vector/flat-design-cafe-signage-design_23-2149295822.jpg"},
|
||||||
]}
|
]}
|
||||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Inquire with Us"
|
title="Inquire with Us"
|
||||||
description="Planning a catered event or have a question? Drop us a line."
|
description="Planning a catered event or have a question? Call us at (212) 555-0199 or drop a line below."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -190,9 +190,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Instagram", href: "#"},
|
label: "Instagram", href: "https://instagram.com/lucidcafe"},
|
||||||
{
|
{
|
||||||
label: "Twitter", href: "#"},
|
label: "Twitter", href: "https://twitter.com/lucidcafe"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -210,4 +210,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #f6f0e9;
|
||||||
--card: #1a1a1a;
|
--card: #efe7dd;
|
||||||
--foreground: #fffaf5e6;
|
--foreground: #2b180a;
|
||||||
--primary-cta: #ffaa70;
|
--primary-cta: #2b180a;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #efe7dd;
|
||||||
--secondary-cta-text: #fffaf5e6;
|
--secondary-cta-text: #fffaf5e6;
|
||||||
--accent: #737373;
|
--accent: #94877c;
|
||||||
--background-accent: #737373;
|
--background-accent: #afa094;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user