Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-12 09:12:13 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, Heart, ChefHat, Camera, Music, MapPin } from 'lucide-react';
import { Sparkles, Heart, ChefHat, Camera, Music, MapPin, Leaf } from 'lucide-react';
export default function LandingPage() {
return (
@@ -83,7 +83,7 @@ export default function LandingPage() {
<div id="about-details" data-section="about-details">
<FeatureCardSixteen
title="Why We're Different"
description="Urban Solace isn't just a café—it's a sanctuary for creative minds, a gathering place for stories, and a celebration of food, art, and community."
description="Urban Solace isn't just a café—it's a sanctuary for creative minds, a gathering place for stories, and a celebration of food, art, and community. From farm-fresh ingredients to sustainably sourced practices, we honor the farm-to-table philosophy."
tag="Our Essence"
tagIcon={Heart}
negativeCard={{
@@ -93,7 +93,7 @@ export default function LandingPage() {
}}
positiveCard={{
items: [
"Unique themed décor that evolves", "Warm, respectful staff who care", "Artisanal menu with soulful dishes", "Regular events: comedy, poetry, live music", "Lake views from our rooftop", "LGBTQ+ inclusive community"
"Unique themed décor that evolves", "Warm, respectful staff who care", "Artisanal, farm-to-table menu with soulful dishes", "Regular events: comedy, poetry, live music", "Lake views from our rooftop", "LGBTQ+ inclusive community"
]
}}
animationType="slide-up"
@@ -106,9 +106,9 @@ export default function LandingPage() {
<div id="dishes" data-section="dishes">
<ProductCardTwo
title="Signature Dishes"
description="From classic English breakfast to our famous sizzling brownie, each dish is crafted with care and attention to detail."
tag="Fan Favorites"
tagIcon={ChefHat}
description="From classic English breakfast to our famous sizzling brownie, each dish is crafted with care and attention to detail. Our ingredients are sourced locally from trusted farms, ensuring freshness and quality in every bite."
tag="Farm to Table"
tagIcon={Leaf}
products={[
{
id: "1", brand: "Urban Solace", name: "Traditional English Breakfast", price: "₹350", rating: 5,
@@ -147,7 +147,7 @@ export default function LandingPage() {
<div id="ambience" data-section="ambience">
<TeamCardOne
title="Experience Our Ambience"
description="Every corner of Urban Solace tells a story. From our rooftop overlooking Ulsoor Lake to our creatively themed interiors, immerse yourself in our unique world."
description="Every corner of Urban Solace tells a story. From our rooftop overlooking Ulsoor Lake to our creatively themed interiors, immerse yourself in our unique world where nature and art harmonize."
tag="Visual Journey"
tagIcon={Camera}
members={[
@@ -175,7 +175,7 @@ export default function LandingPage() {
<div id="events" data-section="events">
<BlogCardOne
title="Upcoming Events"
description="Join us for comedy nights, poetry readings, live music, and more. Urban Solace is the perfect venue for memorable gatherings and creative expression."
description="Join us for comedy nights, poetry readings, live music, and more. Urban Solace is the perfect venue for memorable gatherings and creative expression where every event celebrates our vibrant community."
tag="Community Events"
tagIcon={Music}
blogs={[
@@ -254,7 +254,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<FeatureCardSixteen
title="Visit Urban Solace"
description="Find us at our cozy location by Ulsoor Lake. Open daily, welcoming everyone with warmth and respect."
description="Find us at our cozy location by Ulsoor Lake. Open daily, welcoming everyone with warmth and respect. Experience farm-fresh cuisine in an inclusive, vibrant space."
tag="Location & Hours"
tagIcon={MapPin}
negativeCard={{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #E34400;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);