6 Commits

Author SHA1 Message Date
28d1a9c300 Update src/app/styles/variables.css 2026-04-01 12:10:28 +00:00
162a7f3761 Update src/app/page.tsx 2026-04-01 12:10:27 +00:00
fc84ae52bd Merge version_1 into main
Merge version_1 into main
2026-04-01 11:58:33 +00:00
49b422c6b3 Merge version_1 into main
Merge version_1 into main
2026-04-01 11:58:06 +00:00
0da91dcfd1 Merge version_1 into main
Merge version_1 into main
2026-04-01 11:57:27 +00:00
dc81a5b74b Merge version_1 into main
Merge version_1 into main
2026-04-01 11:56:50 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -20,11 +20,11 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="mediumSizeLargeTitles" sizing="mediumSizeLargeTitles"
background="circleGradient" background="none"
cardStyle="gradient-radial" cardStyle="solid"
primaryButtonStyle="gradient" primaryButtonStyle="flat"
secondaryButtonStyle="layered" secondaryButtonStyle="solid"
headingFontWeight="light" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ variant: "gradient-bars" }} background={{ variant: "plain" }}
title="Indore's Living Room." title="Indore's Living Room."
description="Coffee. Food. Community. Every single day." description="Coffee. Food. Community. Every single day."
leftCarouselItems={[ leftCarouselItems={[
@@ -87,7 +87,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="asymmetric-60-wide-40-narrow" gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true} useInvertedBackground={false}
products={[ products={[
{ id: "p1", brand: "Coffee", name: "Espresso + Sparkling Water", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=4" }, { id: "p1", brand: "Coffee", name: "Espresso + Sparkling Water", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/still-life-mezcal-drink-with-maguey-worm_23-2151267853.jpg?_wi=4" },
{ id: "p2", brand: "Drinks", name: "Vietnamese Iced Coffee", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=4" }, { id: "p2", brand: "Drinks", name: "Vietnamese Iced Coffee", price: "₹ — Ask Us", rating: 5, reviewCount: "1.4k", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=4" },
@@ -104,7 +104,7 @@ export default function LandingPage() {
<FeatureCardTwentyFour <FeatureCardTwentyFour
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={true}
features={[ features={[
{ id: "f1", title: "Coffee Culture", author: "All Day", description: "The kind of place you come for coffee. Stay for four hours.", tags: ["Vibe"], imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=5" }, { id: "f1", title: "Coffee Culture", author: "All Day", description: "The kind of place you come for coffee. Stay for four hours.", tags: ["Vibe"], imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-coffee-cup-dark-background_84443-73911.jpg?_wi=5" },
{ id: "f2", title: "Work Environment", author: "Until 8 PM", description: "Work until 8. Then let the evening take over.", tags: ["Work"], imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=6" }, { id: "f2", title: "Work Environment", author: "Until 8 PM", description: "Work until 8. Then let the evening take over.", tags: ["Work"], imageSrc: "http://img.b2bpic.net/free-photo/slice-medovik-cake-with-mint-leaves_114579-3765.jpg?_wi=6" },
@@ -119,7 +119,7 @@ export default function LandingPage() {
<TestimonialCardTwo <TestimonialCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", name: "Radhika Sharma", role: "Creative", testimonial: "Best restaurant I've found in Indore recently.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-sad-young-woman-emotion-concept_169016-64899.jpg?_wi=1" }, { id: "t1", name: "Radhika Sharma", role: "Creative", testimonial: "Best restaurant I've found in Indore recently.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-sad-young-woman-emotion-concept_169016-64899.jpg?_wi=1" },
{ id: "t2", name: "Priyam Chowdhury", role: "Designer", testimonial: "Filled with nature and elusive coffee making. Posh, young, hip crowd.", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg" }, { id: "t2", name: "Priyam Chowdhury", role: "Designer", testimonial: "Filled with nature and elusive coffee making. Posh, young, hip crowd.", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg" },
@@ -135,7 +135,7 @@ export default function LandingPage() {
<div id="visit" data-section="visit"> <div id="visit" data-section="visit">
<MetricCardTen <MetricCardTen
animationType="slide-up" animationType="slide-up"
useInvertedBackground={true} useInvertedBackground={false}
textboxLayout="default" textboxLayout="default"
metrics={[ metrics={[
{ id: "m1", title: "Hours", subtitle: "Daily", category: "Opening", value: "Until 11 PM" }, { id: "m1", title: "Hours", subtitle: "Daily", category: "Opening", value: "Until 11 PM" },
@@ -150,7 +150,7 @@ export default function LandingPage() {
<div id="events" data-section="events"> <div id="events" data-section="events">
<ContactFaq <ContactFaq
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={true}
faqs={[ faqs={[
{ id: "q1", title: "Work From Neighbourhood", content: "Your best office. Open until 8 PM daily with shared tables and great Wi-Fi energy." }, { id: "q1", title: "Work From Neighbourhood", content: "Your best office. Open until 8 PM daily with shared tables and great Wi-Fi energy." },
{ id: "q2", title: "Friday Games Night", content: "Every Friday from 7 PM onwards. Come alone or bring the crew." }, { id: "q2", title: "Friday Games Night", content: "Every Friday from 7 PM onwards. Come alone or bring the crew." },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0D0905; --background: #ffffff;
--card: #1E1008; --card: #f9f9f9;
--foreground: #F2EAD8; --foreground: #000612e6;
--primary-cta: #C9973F; --primary-cta: #15479c;
--primary-cta-text: #0D0905; --primary-cta-text: #0D0905;
--secondary-cta: #F2EAD8; --secondary-cta: #f9f9f9;
--secondary-cta-text: #0D0905; --secondary-cta-text: #0D0905;
--accent: #8B5E2F; --accent: #e2e2e2;
--background-accent: #5C6B4F; --background-accent: #c4c4c4;
/* 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);