Merge version_4 into main #8

Merged
bender merged 2 commits from version_4 into main 2026-05-15 11:55:00 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -91,8 +91,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Join us for an unforgettable evening in Alaçatı."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
buttons={[{ text: "Reserve a Table", href: "#" }]}
/>
</div>
@@ -101,12 +101,12 @@ export default function LandingPage() {
<FooterLogoEmphasis
logoText="Alaçatı Aura"
columns={[
{ items: [{ label: "Reservations" }, { label: "Gallery" }] },
{ items: [{ label: "Contact" }, { label: "Instagram" }] }
{ items: [{ label: "Reservations", href: "#contact" }, { label: "Gallery", href: "#menu" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Instagram", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #1a0026;
--card: #2d0042;
--foreground: #ffffff;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #ffffff;
--secondary-cta: #4c1d95;
--secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #a855f7;
--background-accent: #3b0764;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);