Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fdcc748f1 |
138
src/app/page.tsx
138
src/app/page.tsx
@@ -8,7 +8,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "reserve",
|
||||
},
|
||||
name: "Reserve", id: "reserve"},
|
||||
]}
|
||||
brandName="Cherry Tree Cafe"
|
||||
/>
|
||||
@@ -48,65 +42,40 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Lucknow’s Favourite Cozy Café Experience"
|
||||
description="Delicious food, warm vibes & unforgettable moments in Hazratganj."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-laptop-cafe_1303-29705.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-laptop-cafe_1303-29705.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3946.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3946.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3208.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3208.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23879.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23879.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-cups-coffee-white-table_53876-138111.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-cups-coffee-white-table_53876-138111.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 8,000+ satisfied visitors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#reserve",
|
||||
},
|
||||
text: "Reserve a Table", href: "#reserve"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Beans",
|
||||
},
|
||||
type: "text", text: "Premium Beans"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Pastries",
|
||||
},
|
||||
type: "text", text: "Artisanal Pastries"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Heart of Lucknow",
|
||||
},
|
||||
type: "text", text: "Heart of Lucknow"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
type: "text", text: "Open Daily"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,29 +88,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Spicy Mexican Pasta",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-plate-with-tomatoc-sauce_176474-6938.jpg",
|
||||
},
|
||||
id: "p1", name: "Spicy Mexican Pasta", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-plate-with-tomatoc-sauce_176474-6938.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Olympus Pizza",
|
||||
price: "₹499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-mushrooms_23-2148574234.jpg",
|
||||
},
|
||||
id: "p2", name: "Olympus Pizza", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-mushrooms_23-2148574234.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Blueberry Cheesecake",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-cookies-tray-christmas_1187-695.jpg",
|
||||
},
|
||||
id: "p3", name: "Blueberry Cheesecake", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-cookies-tray-christmas_1187-695.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Iced Coffee",
|
||||
price: "₹199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648694.jpg",
|
||||
},
|
||||
id: "p4", name: "Iced Coffee", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648694.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Hand-crafted delicacies prepared fresh daily."
|
||||
@@ -156,17 +109,11 @@ export default function LandingPage() {
|
||||
description="From quiet work afternoons to romantic evening dates, The Cherry Tree Cafe offers an aesthetic, cozy haven in the heart of Hazratganj."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Warm Ambience",
|
||||
description: "Designed for comfort and conversation.",
|
||||
},
|
||||
title: "Warm Ambience", description: "Designed for comfort and conversation."},
|
||||
{
|
||||
title: "Artisanal Coffee",
|
||||
description: "Expertly roasted beans for the perfect cup.",
|
||||
},
|
||||
title: "Artisanal Coffee", description: "Expertly roasted beans for the perfect cup."},
|
||||
{
|
||||
title: "Central Location",
|
||||
description: "Right in the heart of Hazratganj.",
|
||||
},
|
||||
title: "Central Location", description: "Right in the heart of Hazratganj."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -174,35 +121,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
<TestimonialCardTen
|
||||
title="What Our Guests Say"
|
||||
description="Hear from the community that makes our café special."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonial="An absolutely amazing vibe! The coffee is great and the staff are incredibly welcoming. Definitely my new go-to spot in Lucknow."
|
||||
rating={5}
|
||||
author="Ananya Sharma"
|
||||
avatars={[
|
||||
testimonials={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-working-laptop-cafe_1303-29705.jpg",
|
||||
alt: "Ananya",
|
||||
},
|
||||
id: "t1", title: "Incredible Vibe", quote: "An absolutely amazing vibe! The coffee is great and the staff are incredibly welcoming. Definitely my new go-to spot in Lucknow.", name: "Ananya Sharma", role: "Regular Visitor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3946.jpg",
|
||||
alt: "Vikram",
|
||||
},
|
||||
id: "t2", title: "Perfect Workspace", quote: "The best place to work with a laptop. Quiet, aesthetic, and the iced coffee is divine.", name: "Vikram Singh", role: "Digital Nomad"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3208.jpg",
|
||||
alt: "Sneha",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23879.jpg",
|
||||
alt: "Rohan",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-having-coffee_23-2148395337.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
id: "t3", title: "Romantic Setting", quote: "Celebrated our anniversary here. The ambiance is so dreamy and intimate.", name: "Sneha Kapoor", role: "Happy Guest"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,8 +141,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Booking"
|
||||
title="Secure Your Table"
|
||||
description="Join us today. Book your spot to avoid the weekend rush."
|
||||
@@ -231,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user