Merge version_2 into main #2
184
src/app/page.tsx
184
src/app/page.tsx
@@ -30,27 +30,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cafe Tesu"
|
||||
button={{
|
||||
text: "Reserve",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,103 +48,58 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="A Calm Escape for Coffee, Breakfast & Late Nights"
|
||||
description="Experience South Delhi's premium cafe sanctuary. Where slow mornings meet sophisticated evenings."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best brunch spot in South Delhi. The coffee is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "The best brunch spot in South Delhi. The coffee is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg?_wi=1"},
|
||||
{
|
||||
name: "Rahul M.",
|
||||
handle: "@rahulm",
|
||||
testimonial: "Perfect for late night work. Calm and sophisticated.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg",
|
||||
},
|
||||
name: "Rahul M.", handle: "@rahulm", testimonial: "Perfect for late night work. Calm and sophisticated.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
|
||||
{
|
||||
name: "Elena D.",
|
||||
handle: "@elenad",
|
||||
testimonial: "Incredible waffles and amazing interior design.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg",
|
||||
},
|
||||
name: "Elena D.", handle: "@elenad", testimonial: "Incredible waffles and amazing interior design.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg"},
|
||||
{
|
||||
name: "Amit V.",
|
||||
handle: "@amitv",
|
||||
testimonial: "Five star experience every single visit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-coffee-caf_23-2147689306.jpg",
|
||||
},
|
||||
name: "Amit V.", handle: "@amitv", testimonial: "Five star experience every single visit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-coffee-caf_23-2147689306.jpg"},
|
||||
{
|
||||
name: "Priya K.",
|
||||
handle: "@priyak",
|
||||
testimonial: "The ambiance is truly world-class, my favorite hideaway.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg?_wi=2",
|
||||
},
|
||||
name: "Priya K.", handle: "@priyak", testimonial: "The ambiance is truly world-class, my favorite hideaway.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg?_wi=2"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09873704704",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919873704704"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-drinking-coffee-cafe_1303-25732.jpg"
|
||||
imageAlt="Cafe Tesu ambience"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-enjoying-time-together_23-2148395314.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-having-coffee-caf_23-2147689306.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-having-coffee-caf_23-2147689306.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756341.jpg", alt: "Customer"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Coffee",
|
||||
},
|
||||
type: "text", text: "Artisanal Coffee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "All-Day Brunch",
|
||||
},
|
||||
type: "text", text: "All-Day Brunch"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Late Night Vibes",
|
||||
},
|
||||
type: "text", text: "Late Night Vibes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Slow Living",
|
||||
},
|
||||
type: "text", text: "Slow Living"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,32 +112,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Breakfast",
|
||||
name: "Eggs Benedict",
|
||||
price: "₹450",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg",
|
||||
},
|
||||
id: "1", brand: "Breakfast", name: "Eggs Benedict", price: "₹450", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Coffee",
|
||||
name: "Cappuccino",
|
||||
price: "₹250",
|
||||
rating: 5,
|
||||
reviewCount: "800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg",
|
||||
},
|
||||
id: "2", brand: "Coffee", name: "Cappuccino", price: "₹250", rating: 5,
|
||||
reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Dessert",
|
||||
name: "Nutella Waffles",
|
||||
price: "₹380",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-baked-pancakes-with-strawberries-chocolate-chips-white-table_140725-104580.jpg",
|
||||
},
|
||||
id: "3", brand: "Dessert", name: "Nutella Waffles", price: "₹380", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-baked-pancakes-with-strawberries-chocolate-chips-white-table_140725-104580.jpg"},
|
||||
]}
|
||||
title="Signature Flavours"
|
||||
description="Our most loved dishes and handcrafted beverages."
|
||||
@@ -204,15 +131,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Philosophy"
|
||||
description={[
|
||||
"Cafe Tesu was born from a love for slow living and conversation.",
|
||||
"Situated near the IIT Flyover, we offer an escape from the city rush.",
|
||||
"We focus on local ingredients, artisanal coffee, and an atmosphere designed to linger.",
|
||||
]}
|
||||
"Cafe Tesu was born from a love for slow living and conversation.", "Situated near the IIT Flyover, we offer an escape from the city rush.", "We focus on local ingredients, artisanal coffee, and an atmosphere designed to linger."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,8 +143,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Plan Your Visit"
|
||||
description="Reserve a table or send us an inquiry for group events."
|
||||
@@ -239,23 +160,14 @@ export default function LandingPage() {
|
||||
description="We are proud of the community we have built over the years."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Coffee,
|
||||
title: "Coffee Cups Served",
|
||||
value: "50k+",
|
||||
},
|
||||
id: "1", icon: Coffee,
|
||||
title: "Coffee Cups Served", value: "50k+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "25k+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Happy Guests", value: "25k+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Star,
|
||||
title: "Average Rating",
|
||||
value: "4.9",
|
||||
},
|
||||
id: "3", icon: Star,
|
||||
title: "Average Rating", value: "4.9"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -264,16 +176,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Cafe Tesu"
|
||||
leftLink={{
|
||||
text: "098737 04704",
|
||||
href: "tel:09873704704",
|
||||
}}
|
||||
text: "+91 98737 04704", href: "tel:+919873704704"}}
|
||||
rightLink={{
|
||||
text: "4, Sri Aurobindo Marg, Delhi",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "4, Sri Aurobindo Marg, Delhi", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user