diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5b7cb19..9131d48 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,14 @@ export default function LandingPage() {
@@ -54,51 +46,28 @@ export default function LandingPage() {
@@ -234,6 +145,10 @@ export default function LandingPage() {
@@ -243,26 +158,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How can I place an order?",
- content: "You can place an order directly through our website, via WhatsApp, or through popular food delivery apps. Visit our 'Order Now' section for more details.",
- },
+ id: "1", title: "How can I place an order?", content: "You can place an order directly through our website, via WhatsApp, or through popular food delivery apps. Visit our 'Order Now' section for more details."},
{
- id: "2",
- title: "Do you offer delivery?",
- content: "Yes, we offer both delivery and pick-up options to ensure you get your CHEEZ’BAY fix whenever and wherever you want it.",
- },
+ id: "2", title: "Do you offer delivery?", content: "Yes, we offer both delivery and pick-up options to ensure you get your CHEEZ’BAY fix whenever and wherever you want it."},
{
- id: "3",
- title: "What are your operating hours?",
- content: "Our operating hours are 11 AM to 11 PM daily, please check our website or social media for any holiday changes.",
- },
+ id: "3", title: "What are your operating hours?", content: "Our operating hours are 11 AM to 11 PM daily, please check our website or social media for any holiday changes."},
]}
ctaTitle="Get Your Cheez’Bay Fix Now!"
ctaDescription="Ready to experience premium fast food? Order your favorites for delivery or pick-up, or reach out for inquiries."
ctaButton={{
- text: "Order Now",
- }}
+ text: "Order Now"}}
ctaIcon={Phone}
/>
@@ -273,41 +178,25 @@ export default function LandingPage() {
imageAlt="CHEEZ’BAY restaurant at night"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Order Now",
- href: "#contact",
- },
+ label: "Order Now", href: "#contact"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Follow Us",
- items: [
+ title: "Follow Us", items: [
{
- label: "Instagram",
- href: "https://instagram.com/cheezbay",
- },
+ label: "Instagram", href: "https://instagram.com/cheezbay"},
{
- label: "Facebook",
- href: "https://facebook.com/cheezbay",
- },
+ label: "Facebook", href: "https://facebook.com/cheezbay"},
{
- label: "TikTok",
- href: "https://tiktok.com/@cheezbay",
- },
+ label: "TikTok", href: "https://tiktok.com/@cheezbay"},
],
},
]}
@@ -318,4 +207,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index 62c2d18..c2b4e50 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-inter), sans-serif;
+ font-family: var(--font-dm-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-montserrat), sans-serif;
+ font-family: var(--font-manrope), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 766ba4b..90d4029 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #1C1C1C;
- --primary-cta: #FFC72C;
- --primary-cta-text: #1C1C1C;
- --secondary-cta: #1C1C1C;
- --secondary-cta-text: #ffffff;
- --accent: #FFC72C;
- --background-accent: #e8e8e8;
+ --background: #fdf8ed;
+ --card: #fffcf5;
+ --foreground: #3a2a1b;
+ --primary-cta: #ffb700;
+ --primary-cta-text: #3a2a1b;
+ --secondary-cta: #fdf8ed;
+ --secondary-cta-text: #3a2a1b;
+ --accent: #ffab40;
+ --background-accent: #fbe7c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);