5 Commits

Author SHA1 Message Date
7f3c2c5e4a Update src/app/page.tsx 2026-03-10 15:59:18 +00:00
0b3db0b045 Update src/app/page.tsx 2026-03-10 15:45:12 +00:00
a98ad73138 Update src/app/styles/variables.css 2026-03-10 15:15:41 +00:00
2ad757bef3 Update src/app/page.tsx 2026-03-10 15:15:39 +00:00
9e3fc5e6d7 Merge version_1 into main
Merge version_1 into main
2026-03-10 14:55:05 +00:00
2 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ import { Award, Coffee, Heart, MapPin, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="medium"
@@ -37,7 +37,6 @@ export default function LandingPage() {
{ name: "Reviews", id: "reviews" }
]}
button={{ text: "Reserve Table", href: "#reservation" }}
className="backdrop-blur-md bg-white/80"
/>
</div>
@@ -55,7 +54,7 @@ export default function LandingPage() {
imageAlt="Pink Salt Cafe interior aesthetic ambiance"
frameStyle="card"
mediaAnimation="slide-up"
buttonAnimation="bounce-effect"
buttonAnimation="slide-up"
/>
</div>
@@ -232,4 +231,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);