Merge version_2 into main #5
@@ -20,11 +20,11 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="light"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{ variant: "plain" }}
|
||||
title="Indore's Living Room."
|
||||
description="Coffee. Food. Community. Every single day."
|
||||
leftCarouselItems={[
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
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: "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
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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: "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
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
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: "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">
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{ 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">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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: "q2", title: "Friday Games Night", content: "Every Friday from 7 PM onwards. Come alone or bring the crew." },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0D0905;
|
||||
--card: #1E1008;
|
||||
--foreground: #F2EAD8;
|
||||
--primary-cta: #C9973F;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #0D0905;
|
||||
--secondary-cta: #F2EAD8;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #0D0905;
|
||||
--accent: #8B5E2F;
|
||||
--background-accent: #5C6B4F;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user