Merge version_1 into main #1
220
src/app/page.tsx
220
src/app/page.tsx
@@ -28,81 +28,38 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Carnatic Cafe"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Flavors of the South"
|
||||
description="Experience the true essence of Carnatic cuisine, crafted with tradition and the freshest ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086028.jpg"
|
||||
imageAlt="Traditional South Indian feast"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-women-enjoying-delicious-food_23-2150312325.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-couple-holding-cup-hand-sitting-together-having-breakfast_23-2148151762.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", alt: "Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-women-enjoying-delicious-food_23-2150312325.jpg", alt: "Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg", alt: "Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg", alt: "Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/teenage-couple-holding-cup-hand-sitting-together-having-breakfast_23-2148151762.jpg", alt: "Guest 5" },
|
||||
]}
|
||||
avatarText="Join over 10,000+ happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Ground Spices",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Banana Leaf Meals",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradition in Every Bite",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Slow Cooked Perfection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Filter Coffee",
|
||||
},
|
||||
{ type: "text", text: "Freshly Ground Spices" },
|
||||
{ type: "text", text: "Authentic Banana Leaf Meals" },
|
||||
{ type: "text", text: "Tradition in Every Bite" },
|
||||
{ type: "text", text: "Slow Cooked Perfection" },
|
||||
{ type: "text", text: "Traditional Filter Coffee" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,18 +70,9 @@ export default function LandingPage() {
|
||||
title="A Legacy of Taste"
|
||||
description="Born from a love for traditional recipes, Carnatic Cafe brings the rich heritage of Southern India to your table. We prioritize quality, authentic spices, and the timeless art of slow cooking."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Traditional Recipes",
|
||||
},
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Happy Guests",
|
||||
},
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "50+", title: "Traditional Recipes" },
|
||||
{ value: "10k+", title: "Happy Guests" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-appetizing-street-food_23-2151516883.jpg"
|
||||
imageAlt="Traditional kitchen preparation"
|
||||
@@ -140,60 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Snacks",
|
||||
name: "Medu Vada",
|
||||
price: "$8.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-south-indian-breakfast-plate_23-2152002822.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Breakfast",
|
||||
name: "Plain Dosa",
|
||||
price: "$10.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Main Course",
|
||||
name: "Masala Dosa",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-rolled-pancakes-lined-dark-background-color-meal-pie-meat-pastry-dough-cake-sweet-hotcake_179666-46762.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Breakfast",
|
||||
name: "Idli Sambar",
|
||||
price: "$9.00",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Breakfast",
|
||||
name: "Veg Uttapam",
|
||||
price: "$11.00",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102096.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Beverage",
|
||||
name: "Filter Coffee",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-side-transparent-chrome-drip-coffee-maker-with-roasted-filtered-coffee-isolated-thick-wooden-table-cafe-shop-white-weights-steam-brutal_346278-1398.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Snacks", name: "Medu Vada", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-south-indian-breakfast-plate_23-2152002822.jpg" },
|
||||
{ id: "p2", brand: "Breakfast", name: "Plain Dosa", price: "$10.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086029.jpg" },
|
||||
{ id: "p3", brand: "Main Course", name: "Masala Dosa", price: "$12.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-rolled-pancakes-lined-dark-background-color-meal-pie-meat-pastry-dough-cake-sweet-hotcake_179666-46762.jpg" },
|
||||
{ id: "p4", brand: "Breakfast", name: "Idli Sambar", price: "$9.00", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086048.jpg" },
|
||||
{ id: "p5", brand: "Breakfast", name: "Veg Uttapam", price: "$11.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-tasty-meat-sandwich-with-salad-ingredients-dark-surface-burger-sandwich-bread-pita-meat_140725-102096.jpg" },
|
||||
{ id: "p6", brand: "Beverage", name: "Filter Coffee", price: "$5.00", rating: 5, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-side-transparent-chrome-drip-coffee-maker-with-roasted-filtered-coffee-isolated-thick-wooden-table-cafe-shop-white-weights-steam-brutal_346278-1398.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Delight your senses with our carefully curated selection of traditional delicacies."
|
||||
@@ -204,31 +104,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun Rao",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Iyer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-enjoying-delicious-food_23-2150312325.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Seth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ananya Desai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-couple-holding-cup-hand-sitting-together-having-breakfast_23-2148151762.jpg",
|
||||
},
|
||||
{ id: "1", name: "Arjun Rao", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
|
||||
{ id: "2", name: "Priya Iyer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-enjoying-delicious-food_23-2150312325.jpg" },
|
||||
{ id: "3", name: "Vikram Seth", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg" },
|
||||
{ id: "4", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/positive-lifestyle-portrait-happy-exited-pretty-woman-with-pink-hairs-having-dinner-vintage-american-cafe-eating-hot-dog-french-fries-mil-shake-junk-food-cheat-meal-pastel-colors_291049-341.jpg" },
|
||||
{ id: "5", name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/teenage-couple-holding-cup-hand-sitting-together-having-breakfast_23-2148151762.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -239,19 +119,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Join us for an unforgettable dining experience. Reserve your table or order online for authentic South Indian comfort food delivered to your door."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Book Table", href: "#" },
|
||||
{ text: "Order Online", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,29 +132,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user