Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3913a4626a | |||
| d28237d7b7 | |||
| 3bff04fc44 | |||
| 969c52e67c | |||
| 018d60e78a | |||
| 8c61e996b6 | |||
| c09a7a8342 |
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="FOMO Iftar"
|
||||
brandName=" IFTAR FOMO"
|
||||
navItems={[
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{ text: "Book Your Iftar Table", href: "#contact" },
|
||||
{ text: "Reserve Table Now", href: "#contact" },
|
||||
{ text: "View Iftar Experience", href: "#experience" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -297,4 +297,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--background: #163430;
|
||||
--card: #2A5A53;
|
||||
--foreground: #F5F5F5;
|
||||
--primary-cta: #C8A96A;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #2A5A53;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--accent: #C8A96A;
|
||||
--background-accent: #2A5A53;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user