Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66b5b20031 | |||
| 3ccaa673c2 | |||
| e9e1380d7b | |||
| 4e218d572a | |||
| 4ff45ff094 | |||
| 4fdd4f1bf0 | |||
| 48c73a3f1f | |||
| 9989ada261 | |||
| 6ce2af5e67 | |||
| eaf9053f69 | |||
| bf1fa9aa20 | |||
| da8b307307 | |||
| f051efcf58 | |||
| d9b2db0f64 | |||
| 0770d4b054 | |||
| e7654d0025 | |||
| 67ef97ce37 | |||
| d7427613c7 | |||
| b7d7407531 | |||
| de13a37db2 | |||
| 273510b658 | |||
| fd68c660ca | |||
| fb6cb9f3e4 | |||
| 9c9a42a68c |
@@ -30,13 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reserve", id: "#reserve"},
|
||||
name: "Reserve", id: "reserve"},
|
||||
{
|
||||
name: "Order", id: "#order"},
|
||||
name: "Order", id: "order"},
|
||||
{
|
||||
name: "Visit", id: "#visit"},
|
||||
name: "Visit", id: "visit"},
|
||||
]}
|
||||
brandName="The Messy Door"
|
||||
/>
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
text: "Order Online", href: "#order"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoors-table-ocean-beach-background_53876-23233.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWZGzguFa00LLXWMKlW5plu0DF/uploaded-1774608429133-wp6pfxkd.avif"
|
||||
imageAlt="Messy Door Cafe Ambience"
|
||||
/>
|
||||
</div>
|
||||
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-psd/coffee-shop-template-design_23-2150832601.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWZGzguFa00LLXWMKlW5plu0DF/uploaded-1774608443280-j5dthbic.webp"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us", items: [
|
||||
@@ -157,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #341f51;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--foreground: #250c0d;
|
||||
--primary-cta: #b82b40;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #b90941;
|
||||
--background-accent: #e8a8b6;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user