7 Commits

Author SHA1 Message Date
1d2042d38d Update src/app/styles/variables.css 2026-03-12 09:12:08 +00:00
6c9fbfd89a Update src/app/page.tsx 2026-03-12 09:12:08 +00:00
2c8c4e724f Merge version_1 into main
Merge version_1 into main
2026-03-12 07:07:10 +00:00
5d4a2d962f Merge version_1 into main
Merge version_1 into main
2026-03-12 07:06:28 +00:00
c9e4046484 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:04:05 +00:00
1f9a4947e2 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:03:36 +00:00
30a41cbe50 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:03:12 +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 TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; 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() { export default function LandingPage() {
return ( return (
@@ -83,7 +83,7 @@ export default function LandingPage() {
<div id="about-details" data-section="about-details"> <div id="about-details" data-section="about-details">
<FeatureCardSixteen <FeatureCardSixteen
title="Why We're Different" 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" tag="Our Essence"
tagIcon={Heart} tagIcon={Heart}
negativeCard={{ negativeCard={{
@@ -93,7 +93,7 @@ export default function LandingPage() {
}} }}
positiveCard={{ positiveCard={{
items: [ 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" animationType="slide-up"
@@ -106,9 +106,9 @@ export default function LandingPage() {
<div id="dishes" data-section="dishes"> <div id="dishes" data-section="dishes">
<ProductCardTwo <ProductCardTwo
title="Signature Dishes" title="Signature Dishes"
description="From classic English breakfast to our famous sizzling brownie, each dish is crafted with care and attention to detail." 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="Fan Favorites" tag="Farm to Table"
tagIcon={ChefHat} tagIcon={Leaf}
products={[ products={[
{ {
id: "1", brand: "Urban Solace", name: "Traditional English Breakfast", price: "₹350", rating: 5, 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"> <div id="ambience" data-section="ambience">
<TeamCardOne <TeamCardOne
title="Experience Our Ambience" 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" tag="Visual Journey"
tagIcon={Camera} tagIcon={Camera}
members={[ members={[
@@ -175,7 +175,7 @@ export default function LandingPage() {
<div id="events" data-section="events"> <div id="events" data-section="events">
<BlogCardOne <BlogCardOne
title="Upcoming Events" 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" tag="Community Events"
tagIcon={Music} tagIcon={Music}
blogs={[ blogs={[
@@ -254,7 +254,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<FeatureCardSixteen <FeatureCardSixteen
title="Visit Urban Solace" 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" tag="Location & Hours"
tagIcon={MapPin} tagIcon={MapPin}
negativeCard={{ negativeCard={{

View File

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