Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-19 15:02:30 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Armchair, MessageCircle, Facebook, Instagram, Star, Users, Wallet } from 'lucide-react';
import { Armchair, MessageCircle, Facebook, Instagram, Star, Users, Wallet, MapPin, Phone } from 'lucide-react';
export default function LandingPage() {
return (
@@ -167,7 +167,7 @@ export default function LandingPage() {
title="Loved by Our Customers"
tag="⭐ What People Say"
tagAnimation="slide-up"
description="Join 340+ happy customers who've made The October Cafe their favorite hangout spot in Guwahati."
description="Join 340+ happy customers who've made The October Cafe their favorite hangout spot in Guwahati. With a consistent 4.7★ rating, we're proud to serve quality food and exceptional service."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
@@ -194,7 +194,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to Join Us?\n\n📍 38, MG Rd, behind Punjab & Sind Bank, Latasil, Uzan Bazar, Guwahati, Assam 781001\n\n📞 091017 19110\n\n🕒 Open Daily | Closes at 11 PM\n\n💰 Price Range: ₹1200 per person"
text="Ready to Join Us?\n\n📍 38, MG Rd, behind Punjab & Sind Bank, Latasil, Uzan Bazar, Guwahati, Assam 781001\n\n📞 091017 19110\n\n🕒 Open Daily | Closes at 11 PM\n\n💰 Price Range: ₹1200 per person\n\nWalk in anytime or call ahead to reserve your favorite table. We'd love to welcome you!"
animationType="reveal-blur"
buttons={[
{ text: "📞 Call Now", href: "tel:09101719110" },
@@ -208,7 +208,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="The October Cafe"
copyrightText="© 2025 The October Cafe. All rights reserved. | Guwahati, Assam"
copyrightText="© 2025 The October Cafe. All rights reserved. | Guwahati, Assam | 📞 091017 19110"
socialLinks={[
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" },
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
@@ -218,4 +218,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
--background: #f5ede2;
--card: #efe7dd;
--foreground: #5c4a3a;
--primary-cta: #9d6f47;
--primary-cta-text: #fdf4e8;
--secondary-cta: #fdf4e8;
--secondary-cta-text: #5c4a3a;
--accent: #d4a574;
--background-accent: #c89168;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);