Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f3c2c5e4a | |||
| 0b3db0b045 | |||
| a98ad73138 | |||
| 2ad757bef3 | |||
| 9e3fc5e6d7 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user