diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3cb2f78..7748a38 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -22,8 +22,8 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLarge"
- background="fluid"
- cardStyle="gradient-radial"
+ background="none"
+ cardStyle="glass-depth"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
headingFontWeight="medium"
@@ -33,35 +33,23 @@ export default function LandingPage() {
@@ -69,81 +57,43 @@ export default function LandingPage() {
@@ -180,22 +120,16 @@ export default function LandingPage() {
@@ -376,25 +231,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "discovery",
- title: "How do I discover Santō's location?",
- content: "Santō is a hidden speakeasy, enhancing your exclusive experience. Our exact location will be revealed to you upon confirmed reservation, ensuring an intimate and secretive arrival.",
- },
+ id: "discovery", title: "How do I discover Santō's location?", content: "Santō is a hidden speakeasy, enhancing your exclusive experience. Our exact location will be revealed to you upon confirmed reservation, ensuring an intimate and secretive arrival."},
{
- id: "authenticity",
- title: "What ensures the authenticity of your Japanese cuisine?",
- content: "Our master chefs are trained in traditional Japanese culinary arts, using time-honored techniques and sourcing the finest authentic ingredients directly from Japan and trusted local purveyors.",
- },
+ id: "authenticity", title: "What ensures the authenticity of your Japanese cuisine?", content: "Our master chefs are trained in traditional Japanese culinary arts, using time-honored techniques and sourcing the finest authentic ingredients directly from Japan and trusted local purveyors."},
{
- id: "reservations",
- title: "What is the best way to make a reservation?",
- content: "Reservations are highly recommended due to our exclusive seating. Please use our online booking portal, or contact our concierge directly for private dining inquiries. Bookings typically open 30 days in advance.",
- },
+ id: "reservations", title: "What is the best way to make a reservation?", content: "Reservations are highly recommended due to our exclusive seating. Please use our online booking portal, or contact our concierge directly for private dining inquiries. Bookings typically open 30 days in advance."},
{
- id: "experience-details",
- title: "What makes the Santō experience unique?",
- content: "Beyond exquisite sushi, Santō offers a fully interactive 3D environment with animated gates, dynamic lighting, and scroll-driven storytelling, immersing you in a hidden temple narrative from arrival.",
- },
+ id: "experience-details", title: "What makes the Santō experience unique?", content: "Beyond exquisite sushi, Santō offers a fully interactive 3D environment with animated gates, dynamic lighting, and scroll-driven storytelling, immersing you in a hidden temple narrative from arrival."},
]}
imageSrc="http://img.b2bpic.net/free-photo/sushi-set-with-gold-color-table_140725-5505.jpg"
imageAlt="Sushi chef preparing dishes with precision"
@@ -408,20 +251,15 @@ export default function LandingPage() {
@@ -435,23 +273,17 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "https://instagram.com/santo_speakeasy",
- ariaLabel: "Santō Instagram",
- },
+ href: "https://instagram.com/santo_speakeasy", ariaLabel: "Santō Instagram"},
{
icon: Facebook,
- href: "https://facebook.com/santo_speakeasy",
- ariaLabel: "Santō Facebook",
- },
+ href: "https://facebook.com/santo_speakeasy", ariaLabel: "Santō Facebook"},
{
icon: Twitter,
- href: "https://twitter.com/santo_speakeasy",
- ariaLabel: "Santō Twitter",
- },
+ href: "https://twitter.com/santo_speakeasy", ariaLabel: "Santō Twitter"},
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index b7afc67..b483a57 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f4ef;
- --card: #dad6cd;
- --foreground: #2a2928;
- --primary-cta: #2a2928;
- --primary-cta-text: #f5f4ef;
- --secondary-cta: #ecebea;
- --secondary-cta-text: #2a2928;
- --accent: #ffffff;
- --background-accent: #c6b180;
+ --background: #000000;
+ --card: #0c0c0c;
+ --foreground: #ffffff;
+ --primary-cta: #cee7ff;
+ --primary-cta-text: #000000;
+ --secondary-cta: #000000;
+ --secondary-cta-text: #ffffff;
+ --accent: #535353;
+ --background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);