Merge version_1 into main #2
212
src/app/page.tsx
212
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="You Cafe"
|
||||
button={{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,35 +51,21 @@ export default function LandingPage() {
|
||||
description="Great coffee, cozy vibes, and a place to unwind in the heart of Nagpur."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919876543210"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", imageAlt: "cozy cafe interior warm lighting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg",
|
||||
imageAlt: "brunette girl using her cellphone to reach a friend",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-using-her-cellphone-reach-friend_1157-17795.jpg", imageAlt: "brunette girl using her cellphone to reach a friend"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg",
|
||||
imageAlt: "Luxury dining room illuminated by candlelight glow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", imageAlt: "Luxury dining room illuminated by candlelight glow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-32361.jpg",
|
||||
imageAlt: "Interior of a cafe with brick walls",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-32361.jpg", imageAlt: "Interior of a cafe with brick walls"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg",
|
||||
imageAlt: "Stylish young woman using digital tablet at restaurant table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", imageAlt: "Stylish young woman using digital tablet at restaurant table"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,9 +76,7 @@ export default function LandingPage() {
|
||||
title="Aesthetic Coffee Experience"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn Our Story", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,33 +89,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Latte",
|
||||
price: "₹220",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Signature Latte", price: "₹220", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Artisan Pizza",
|
||||
price: "₹350",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Artisan Pizza", price: "₹350", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cold Brew",
|
||||
price: "₹200",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Cold Brew", price: "₹200", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Peri Peri Fries",
|
||||
price: "₹180",
|
||||
variant: "Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-black-table_140725-104774.jpg",
|
||||
},
|
||||
id: "p4", name: "Peri Peri Fries", price: "₹180", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-black-table_140725-104774.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our hand-crafted beverages and delightful snacks."
|
||||
@@ -154,60 +108,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Aman P.",
|
||||
date: "Oct 2023",
|
||||
title: "Great Vibe",
|
||||
quote: "The best aesthetic spot in Nagpur for meetings.",
|
||||
tag: "Coffee Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-with-milk_23-2149600674.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=2",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
id: "1", name: "Aman P.", date: "Oct 2023", title: "Great Vibe", quote: "The best aesthetic spot in Nagpur for meetings.", tag: "Coffee Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-with-milk_23-2149600674.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", imageAlt: "cozy cafe interior warm lighting"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sneha R.",
|
||||
date: "Sep 2023",
|
||||
title: "Lovely Coffee",
|
||||
quote: "Signature latte is to die for!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg?_wi=2",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
id: "2", name: "Sneha R.", date: "Sep 2023", title: "Lovely Coffee", quote: "Signature latte is to die for!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg", imageAlt: "cozy cafe interior warm lighting"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul V.",
|
||||
date: "Aug 2023",
|
||||
title: "Cozy Setup",
|
||||
quote: "Perfect for casual meetups and reading.",
|
||||
tag: "Frequent Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg?_wi=2",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
id: "3", name: "Rahul V.", date: "Aug 2023", title: "Cozy Setup", quote: "Perfect for casual meetups and reading.", tag: "Frequent Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg", imageAlt: "cozy cafe interior warm lighting"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya S.",
|
||||
date: "Jul 2023",
|
||||
title: "Exceptional Service",
|
||||
quote: "Staff is super friendly and the food is great.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
id: "4", name: "Priya S.", date: "Jul 2023", title: "Exceptional Service", quote: "Staff is super friendly and the food is great.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg", imageAlt: "cozy cafe interior warm lighting"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram K.",
|
||||
date: "Jun 2023",
|
||||
title: "Top Pick",
|
||||
quote: "Truly a premium local cafe experience.",
|
||||
tag: "Coffee Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
id: "5", name: "Vikram K.", date: "Jun 2023", title: "Top Pick", quote: "Truly a premium local cafe experience.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "cozy cafe interior warm lighting"},
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="See what our regulars have to say about the vibes and brews."
|
||||
@@ -216,33 +125,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "g1",
|
||||
title: "Warm Interiors",
|
||||
descriptions: [
|
||||
"Cozy corners for every conversation.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg",
|
||||
},
|
||||
id: "g1", title: "Warm Interiors", descriptions: [
|
||||
"Cozy corners for every conversation."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_23-2151945689.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
title: "Artisanal Brews",
|
||||
descriptions: [
|
||||
"Crafted with care and premium beans.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg",
|
||||
},
|
||||
id: "g2", title: "Artisanal Brews", descriptions: [
|
||||
"Crafted with care and premium beans."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
title: "Fresh Food",
|
||||
descriptions: [
|
||||
"Locally sourced, expertly prepared.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-pizza-salad-lemonade-tomato-soup_140725-7831.jpg",
|
||||
},
|
||||
id: "g3", title: "Fresh Food", descriptions: [
|
||||
"Locally sourced, expertly prepared."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-pizza-salad-lemonade-tomato-soup_140725-7831.jpg"},
|
||||
]}
|
||||
title="Our Aesthetic"
|
||||
description="Take a look at the warm, inviting spaces we've created for you."
|
||||
@@ -254,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer parking?",
|
||||
content: "Yes, we have designated parking space available for all our guests.",
|
||||
},
|
||||
id: "q1", title: "Do you offer parking?", content: "Yes, we have designated parking space available for all our guests."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Absolutely! You can book via our form or call us directly.",
|
||||
},
|
||||
id: "q2", title: "Can I reserve a table?", content: "Absolutely! You can book via our form or call us directly."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your hours?",
|
||||
content: "We are open from 9 AM to 11 PM every day.",
|
||||
},
|
||||
id: "q3", title: "What are your hours?", content: "We are open from 9 AM to 11 PM every day."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -278,12 +167,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Have an inquiry or want to book a spot? Contact us now."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -294,33 +182,21 @@ export default function LandingPage() {
|
||||
logoText="You Cafe, Nagpur"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Directions", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user