diff --git a/src/app/page.tsx b/src/app/page.tsx
index c84790d..7270ce1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -53,7 +53,7 @@ export default function LandingPage() {
@@ -98,8 +98,8 @@ export default function LandingPage() {
faqs={[{ id: "loc1", title: "Address", content: "Tårnplassen 3, 5012 Bergen, Norway" }, { id: "loc2", title: "Opening Hours", content: "Monday - Sunday: 12:00 - 22:00" }, { id: "loc3", title: "Directions", content: "Central location at Tårnplassen, easily accessible by public transport." }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64khlo"
imageAlt="Mr. Chan Location"
- title="Location & Hours"
- description="We are located at Tårnplassen 3, 5012 Bergen. We look forward to welcoming you."
+ title="Location & Opening Hours"
+ description="Find the best Chinese restaurant in Bergen at Tårnplassen 3, 5012 Bergen. We look forward to welcoming you."
faqsAnimation="slide-up"
mediaAnimation="slide-up"
/>
@@ -113,7 +113,7 @@ export default function LandingPage() {
testimonials={[{ id: "t1", name: "Eirik Larsen", handle: "@bergenfoodie", testimonial: "The best Cantonese food in Bergen! Feels just like Hong Kong.", rating: 5 }, { id: "t2", name: "Anne Berit", handle: "@foodlover", testimonial: "Warm service and delicious roast duck. Will return soon.", rating: 5 }, { id: "t3", name: "Chen Wei", handle: "@localvisitor", testimonial: "Very authentic and fresh ingredients. High quality!", rating: 5 }]}
showRating={true}
title="What Our Guests Say"
- description="Authentic dining experiences that keep our guests coming back."
+ description="Authentic dining experiences that keep our Bergen guests coming back."
/>
@@ -121,9 +121,9 @@ export default function LandingPage() {
console.log('Reservation Submitted:', data)}
@@ -151,7 +151,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Get in Touch"
- description="Need to reach us? Call 90113318, send us a WhatsApp, or fill out the form below."
+ description="Need to reach us? Call 90113318, send us a WhatsApp, or fill out the form below. We are the premier choice for Cantonese takeaway in Bergen."
buttonText="Send Message"
onSubmit={(data) => console.log('Contact form:', data)}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8vwjda&_wi=2"
@@ -164,7 +164,7 @@ export default function LandingPage() {
columns={[
{ title: "Mr. Chan Restaurant", items: [{ label: "Tårnplassen 3, 5012 Bergen", href: "#" }, { label: "Call: 90113318", href: "tel:90113318" }] },
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }, { label: "Reservations", href: "#reservation" }] },
- { title: "Social Media", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] }
+ { title: "Services", items: [{ label: "Cantonese Takeaway Bergen", href: "#contact" }, { label: "Authentic Chinese Dining", href: "#" }] }
]}
bottomLeftText="© 2024 Mr. Chan Restaurant. All rights reserved."
bottomRightText="Authentic Cantonese Dining in Bergen"
@@ -173,4 +173,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 6475e21..7e34824 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #000000;
- --card: #1a0d0d;
- --foreground: #ffe6e6;
- --primary-cta: #ff3d4a;
+ --background: #0a0a0a;
+ --card: #1a1a1a;
+ --foreground: #f5f5f5;
+ --primary-cta: #b8111f;
--primary-cta-text: #ffffff;
- --secondary-cta: #1f0a0a;
+ --secondary-cta: #1a1a1a;
--secondary-cta-text: #1a0000;
- --accent: #b8111f;
+ --accent: #ffdf7d;
--background-accent: #51000b;
/* text sizing - set by ThemeProvider */