Merge version_1 into main #2
@@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Gauge, Sparkles } from "lucide-react";
|
||||
import { Gauge, Sparkles, Leaf, Coffee } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,29 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CHHAV CAFE AND RESTRO"
|
||||
bottomLeftText="Trimurti Nagar, Nagpur"
|
||||
@@ -68,19 +56,13 @@ export default function LandingPage() {
|
||||
description="Welcome to CHHAV CAFE AND RESTRO, where every visit is an experience. Born from a passion for exquisite flavors and warm hospitality, we’ve created a space where friends gather, ideas brew, and delicious memories are made. Our commitment lies in serving the finest coffee, freshly prepared meals, and a cozy ambiance that feels like home."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Freshly Sourced Ingredients",
|
||||
description: "We believe great food starts with great ingredients. Locally sourced whenever possible, ensuring quality and freshness.",
|
||||
icon: Leaf,
|
||||
title: "Freshly Sourced Ingredients", description: "We believe great food starts with great ingredients. Locally sourced whenever possible, ensuring quality and freshness.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Artisan Coffee & Tea",
|
||||
description: "From robust espressos to delicate herbal teas, our expert baristas craft each drink with precision and care.",
|
||||
icon: Coffee,
|
||||
title: "Artisan Coffee & Tea", description: "From robust espressos to delicate herbal teas, our expert baristas craft each drink with precision and care.", icon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Warm & Inviting Ambiance",
|
||||
description: "Our cafe offers a comfortable and stylish setting, perfect for relaxation, work, or casual meet-ups.",
|
||||
icon: Sparkles,
|
||||
title: "Warm & Inviting Ambiance", description: "Our cafe offers a comfortable and stylish setting, perfect for relaxation, work, or casual meet-ups.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/best-friends-enjoying-time-together_23-2148395432.jpg"
|
||||
@@ -95,21 +77,15 @@ export default function LandingPage() {
|
||||
description="Our dedication to quality, customer satisfaction, and a vibrant community has led to remarkable achievements we're proud to share."
|
||||
metrics={[
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
value: "5000+", title: "Happy Customers"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
title: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", title: "Average Rating"},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Service",
|
||||
},
|
||||
value: "10+", title: "Years of Service"},
|
||||
]}
|
||||
tag="Our Impact"
|
||||
tagIcon={Gauge}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -122,23 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aman Sharma",
|
||||
role: "Head Barista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Aman Sharma", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
role: "Executive Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Priya Singh", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul Kumar",
|
||||
role: "Operations Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Rahul Kumar", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg"},
|
||||
]}
|
||||
title="Meet the Heart Behind Our Cafe"
|
||||
description="Our dedicated team works tirelessly to ensure every guest enjoys a memorable experience, from the first greeting to the last bite."
|
||||
@@ -152,37 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anjali Mehta",
|
||||
handle: "@anjalifoodie",
|
||||
testimonial: "Absolutely delightful! The best coffee in town and such a cozy spot to unwind. The staff are incredibly friendly too.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Anjali Mehta", handle: "@anjalifoodie", testimonial: "Absolutely delightful! The best coffee in town and such a cozy spot to unwind. The staff are incredibly friendly too.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vikram Patel",
|
||||
handle: "@vikram_eats",
|
||||
testimonial: "CHHAV CAFE is my go-to for breakfast. Their menu is creative, and everything tastes so fresh. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Vikram Patel", handle: "@vikram_eats", testimonial: "CHHAV CAFE is my go-to for breakfast. Their menu is creative, and everything tastes so fresh. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sneha Reddy",
|
||||
handle: "@sneha_reads",
|
||||
testimonial: "A perfect place to read and enjoy a quiet moment. The ambiance is calming, and their chai is simply heavenly.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
|
||||
},
|
||||
id: "3", name: "Sneha Reddy", handle: "@sneha_reads", testimonial: "A perfect place to read and enjoy a quiet moment. The ambiance is calming, and their chai is simply heavenly.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Karan Joshi",
|
||||
handle: "@karan_reviews",
|
||||
testimonial: "Came here with friends and had a fantastic time! Great food, good music, and a really vibrant atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Karan Joshi", handle: "@karan_reviews", testimonial: "Came here with friends and had a fantastic time! Great food, good music, and a really vibrant atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Valued Guests"
|
||||
@@ -194,58 +138,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
title: "Discover", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Our Menu", href: "/menu"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
title: "Visit", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Location", href: "/contact"},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Hours", href: "/contact"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Reservations", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,6 +6,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,29 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CHHAV CAFE AND RESTRO"
|
||||
bottomLeftText="Trimurti Nagar, Nagpur"
|
||||
@@ -59,51 +48,32 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="CHHAV CAFE AND RESTRO"
|
||||
description="Where Good Food Meets Great Vibes"
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Order Now", href: "/menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Visit Us", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=1",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=2",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=3",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=4",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=5",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg?_wi=6",
|
||||
imageAlt: "Cozy cafe interior with warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621830.jpg", imageAlt: "Cozy cafe interior with warm lighting"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -125,7 +95,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "D",
|
||||
title: "Delicious Food", description: "Explore our wide range of freshly prepared dishes, from savory snacks to hearty meals.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-black-board-gray-isolated-surface_179666-42491.jpg", imageAlt: "Delicious sandwich combo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-crackers-bowls-blue-cloth-horizontal_176474-1069.jpg", imageAlt: "Assorted fried snacks"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Special Offerings"
|
||||
|
||||
Reference in New Issue
Block a user