Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2091cccf67 | |||
| 986cae4396 | |||
| b46183a0ca | |||
| 1215d3d509 | |||
| 3786fc0c1b |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
@@ -19,14 +19,14 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="extrabold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -201,16 +201,21 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated"}}
|
variant: "downward-rays-animated"}}
|
||||||
tag="Visit Us"
|
tag="Make a Reservation or Order Online"
|
||||||
title="Find Us or Order Online"
|
title="Ready to Taste Taqueria Chicago?"
|
||||||
description="Located in the heart of Chicago, we're ready to serve you authentic Mexican cuisine. Use the form below for inquiries or find us on your favorite delivery app!"
|
description="Whether you're planning a visit, picking up an order, or craving our authentic Mexican cuisine delivered to your door, we've got you covered. Reach out or place your order today!"
|
||||||
inputPlaceholder="Your email for inquiries"
|
buttons={[
|
||||||
buttonText="Send Message"
|
{
|
||||||
termsText="By sending a message, you agree to our privacy policy and terms of service."
|
text: "Make a Reservation", href: "#contact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Order Online", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -243,13 +248,29 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "Location", href: "#contact"},
|
label: "Visit Us: 123 Main St, Chicago, IL", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "Call Us: (312) 555-0199", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "Email Us: info@taqueriachicago.com", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "Make a Reservation", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "Order Online", href: "#contact"},
|
label: "Order Online", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "Catering", href: "#faq"},
|
label: "Catering", href: "#faq"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Hours", items: [
|
||||||
|
{
|
||||||
|
label: "Mon - Sat: 11 AM - 9 PM", href: "#contact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Sun: 12 PM - 8 PM", href: "#contact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Taqueria Chicago. All rights reserved."
|
copyrightText="© 2024 Taqueria Chicago. All rights reserved."
|
||||||
/>
|
/>
|
||||||
@@ -257,4 +278,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-libre-baskerville), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: hsl(0, 0%, 100%);
|
||||||
--card: #f9f9f9;
|
--card: hsl(0, 0%, 100%);
|
||||||
--foreground: #120a00e6;
|
--foreground: hsl(222.2, 84%, 4.9%);
|
||||||
--primary-cta: #FF7B05;
|
--primary-cta: hsl(214.5, 30.5%, 49.6%);
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: hsl(222.2, 47.4%, 11.2%);
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #e2e2e2;
|
--accent: hsl(214.5, 30.5%, 49.6%);
|
||||||
--background-accent: #FF7B05;
|
--background-accent: hsl(210, 40%, 96.1%);
|
||||||
|
|
||||||
/* 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