7 Commits

Author SHA1 Message Date
3913a4626a Update src/app/styles/variables.css 2026-03-10 22:16:38 +00:00
d28237d7b7 Update src/app/page.tsx 2026-03-10 22:16:38 +00:00
3bff04fc44 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:33:44 +00:00
969c52e67c Update src/app/page.tsx 2026-03-10 20:33:40 +00:00
018d60e78a Merge version_2 into main
Merge version_2 into main
2026-03-10 20:25:31 +00:00
8c61e996b6 Update src/app/page.tsx 2026-03-10 20:25:27 +00:00
c09a7a8342 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:17:36 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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>
);
}
}

View File

@@ -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);