Merge version_1 into main #2
147
src/app/page.tsx
147
src/app/page.tsx
@@ -28,71 +28,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Experience", id: "experience" }
|
||||
]}
|
||||
brandName="Cafe Madeline"
|
||||
button={{ text: "Contact", href: "#footer" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="A Parisian Whimsy in the Heart of Pune"
|
||||
description="Experience the delicate art of French patisserie and boutique artisan coffee. Cafe Madeline brings European elegance with a whimsical pink twist."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Aanya R.",
|
||||
handle: "@aanya.foodie",
|
||||
testimonial: "The best croissants in Pune, hands down. The pink decor is just dreamlike!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-beautiful-morning_329181-11285.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vikram S.",
|
||||
handle: "@vik.coffee",
|
||||
testimonial: "A perfect little escape from the city hustle. The coffee is truly artisanal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffe_23-2148968907.jpg",
|
||||
},
|
||||
{
|
||||
name: "Priya M.",
|
||||
handle: "@priya.eats",
|
||||
testimonial: "Everything about this place is photogenic and delicious. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-coffee-together_23-2149304456.jpg",
|
||||
},
|
||||
{
|
||||
name: "Rahul V.",
|
||||
handle: "@rahul.chef",
|
||||
testimonial: "Authentic French techniques with a modern boutique vibe. Simply spectacular.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ name: "Aanya R.", handle: "@aanya.foodie", testimonial: "The best croissants in Pune, hands down. The pink decor is just dreamlike!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-beautiful-morning_329181-11285.jpg" },
|
||||
{ name: "Vikram S.", handle: "@vik.coffee", testimonial: "A perfect little escape from the city hustle. The coffee is truly artisanal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffe_23-2148968907.jpg" },
|
||||
{ name: "Priya M.", handle: "@priya.eats", testimonial: "Everything about this place is photogenic and delicious. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-coffee-together_23-2149304456.jpg" },
|
||||
{ name: "Rahul V.", handle: "@rahul.chef", testimonial: "Authentic French techniques with a modern boutique vibe. Simply spectacular.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flowers-white-cage-coffee-cup-roses-wooden-desk-against-pink-background_23-2147940411.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -111,20 +69,8 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No Artificial Flavors",
|
||||
"No Processed Sugars",
|
||||
"No Rush, Just Relax",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Artisanal Sourdough",
|
||||
"Hand-crafted French Pastries",
|
||||
"Ethically Sourced Coffee",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["No Artificial Flavors", "No Processed Sugars", "No Rush, Just Relax"] }}
|
||||
positiveCard={{ items: ["Artisanal Sourdough", "Hand-crafted French Pastries", "Ethically Sourced Coffee"] }}
|
||||
title="The European Experience"
|
||||
description="Why we are more than just a cafe."
|
||||
/>
|
||||
@@ -132,37 +78,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<ProductCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Pastry",
|
||||
name: "Madeline Rose Croissant",
|
||||
price: "₹295",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Drink",
|
||||
name: "Lavender Infused Latte",
|
||||
price: "₹350",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Dessert",
|
||||
name: "Seasonal Fruit Tart",
|
||||
price: "₹420",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=1",
|
||||
},
|
||||
{ id: "p1", brand: "Pastry", name: "Madeline Rose Croissant", price: "₹295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg" },
|
||||
{ id: "p2", brand: "Drink", name: "Lavender Infused Latte", price: "₹350", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg" },
|
||||
{ id: "p3", brand: "Dessert", name: "Seasonal Fruit Tart", price: "₹420", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg" }
|
||||
]}
|
||||
title="Signature Delights"
|
||||
description="Curated selection of our finest boutique treats."
|
||||
@@ -176,38 +99,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Patron",
|
||||
company: "Pune",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
role: "Coffee Enthusiast",
|
||||
company: "Pune",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Pastry Fan",
|
||||
company: "Pune",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Daily Visitor",
|
||||
company: "Pune",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-french-macarons-delicious-little-cakes-white-surface_140725-61839.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", role: "Patron", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg" },
|
||||
{ id: "t2", name: "Michael C.", role: "Coffee Enthusiast", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg" },
|
||||
{ id: "t3", name: "Emily R.", role: "Pastry Fan", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg" },
|
||||
{ id: "t4", name: "David K.", role: "Daily Visitor", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-french-macarons-delicious-little-cakes-white-surface_140725-61839.jpg" }
|
||||
]}
|
||||
title="Stories from Cafe Madeline"
|
||||
description="What our lovely patrons have to say about their experience."
|
||||
|
||||
Reference in New Issue
Block a user