diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1d23aed..2a4fb86 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,51 +50,28 @@ export default function LandingPage() {
@@ -114,10 +81,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Story"
description={[
- "La Casa Bakery & Café was born out of a desire to create more than just a place to eat.",
- "We've built a cozy, retro-inspired sanctuary where community meets creativity.",
- "Whether you're painting your first masterpiece or celebrating a birthday, we're here to make every moment feel like home.",
- ]}
+ "La Casa Bakery & Café was born out of a desire to create more than just a place to eat.", "We've built a cozy, retro-inspired sanctuary where community meets creativity.", "Whether you're painting your first masterpiece or celebrating a birthday, we're here to make every moment feel like home."]}
/>
@@ -129,53 +93,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Bakery",
- name: "Artisan Pizza",
- price: "₹349",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg?_wi=1",
- },
+ id: "p1", brand: "Bakery", name: "Artisan Pizza", price: "₹349", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg"},
{
- id: "p2",
- brand: "Beverage",
- name: "Nutella Shake",
- price: "₹199",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg?_wi=1",
- },
+ id: "p2", brand: "Beverage", name: "Nutella Shake", price: "₹199", rating: 5,
+ reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg"},
{
- id: "p3",
- brand: "Beverage",
- name: "Avocado Milkshake",
- price: "₹249",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg?_wi=1",
- },
+ id: "p3", brand: "Beverage", name: "Avocado Milkshake", price: "₹249", rating: 4,
+ reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg"},
{
- id: "p4",
- brand: "Bakery",
- name: "Cheesecake",
- price: "₹229",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/diet-cheese-vegetable-olive-closeup_1122-2450.jpg",
- },
+ id: "p4", brand: "Bakery", name: "Cheesecake", price: "₹229", rating: 5,
+ reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/diet-cheese-vegetable-olive-closeup_1122-2450.jpg"},
{
- id: "p5",
- brand: "Food",
- name: "Loaded Fries",
- price: "₹179",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-slice-italian-pizza-with-colorful-bell-peppers-mushrooms-black-olives-urugula-cheese_141793-3014.jpg",
- },
+ id: "p5", brand: "Food", name: "Loaded Fries", price: "₹179", rating: 4,
+ reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-slice-italian-pizza-with-colorful-bell-peppers-mushrooms-black-olives-urugula-cheese_141793-3014.jpg"},
{
- id: "p6",
- brand: "Beverage",
- name: "Espresso Shot",
- price: "₹99",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-milkshake_23-2148635720.jpg",
- },
+ id: "p6", brand: "Beverage", name: "Espresso Shot", price: "₹99", rating: 5,
+ reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-milkshake_23-2148635720.jpg"},
]}
title="Customer Favorites"
description="Hand-picked recipes you'll fall in love with."
@@ -189,26 +123,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Birthday Parties",
- description: "Celebrate your special day with custom themes and delicious treats.",
- tag: "Celebrate",
- imageSrc: "http://img.b2bpic.net/free-photo/women-working-office-together_23-2147651542.jpg",
- },
+ id: "f1", title: "Birthday Parties", description: "Celebrate your special day with custom themes and delicious treats.", tag: "Celebrate", imageSrc: "http://img.b2bpic.net/free-photo/women-working-office-together_23-2147651542.jpg"},
{
- id: "f2",
- title: "Painting Sessions",
- description: "Unleash your inner artist in our vibrant and cozy creative corner.",
- tag: "Create",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-table-with-dog_23-2147716921.jpg",
- },
+ id: "f2", title: "Painting Sessions", description: "Unleash your inner artist in our vibrant and cozy creative corner.", tag: "Create", imageSrc: "http://img.b2bpic.net/free-photo/friends-table-with-dog_23-2147716921.jpg"},
{
- id: "f3",
- title: "Retro Ambience",
- description: "Perfect for game nights, relaxed chats, and making lasting memories.",
- tag: "Relax",
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
- },
+ id: "f3", title: "Retro Ambience", description: "Perfect for game nights, relaxed chats, and making lasting memories.", tag: "Relax", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
]}
title="A Creative Haven"
description="From birthday celebrations to spontaneous painting sessions, capture the vibe of La Casa."
@@ -222,38 +141,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "b-basic",
- tag: "Standard",
- price: "₹1999",
- period: "/event",
- description: "Ideal for casual hangouts and intimate birthday gatherings.",
- button: {
- text: "Inquire Now",
- href: "#contact",
- },
- featuresTitle: "Includes:",
- features: [
- "Reserved table space",
- "Custom cake setup",
- "Music control",
- ],
+ id: "b-basic", tag: "Standard", price: "₹1999", period: "/event", description: "Ideal for casual hangouts and intimate birthday gatherings.", button: {
+ text: "Inquire Now", href: "#contact"},
+ featuresTitle: "Includes:", features: [
+ "Reserved table space", "Custom cake setup", "Music control"],
},
{
- id: "b-pro",
- tag: "Premium",
- price: "₹4999",
- period: "/event",
- description: "The full La Casa birthday celebration experience.",
- button: {
- text: "Inquire Now",
- href: "#contact",
- },
- featuresTitle: "Includes:",
- features: [
- "Full decor package",
- "Priority booking",
- "Assisted painting event",
- ],
+ id: "b-pro", tag: "Premium", price: "₹4999", period: "/event", description: "The full La Casa birthday celebration experience.", button: {
+ text: "Inquire Now", href: "#contact"},
+ featuresTitle: "Includes:", features: [
+ "Full decor package", "Priority booking", "Assisted painting event"],
},
]}
title="Host Your Event"
@@ -267,60 +164,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- date: "Oct 2024",
- title: "Wonderful vibe!",
- quote: "The avocado milkshake was incredible. Perfect for my painting session.",
- tag: "Customer",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg?_wi=2",
- imageAlt: "happy customer cafe portrait",
- },
+ id: "t1", name: "Sarah J.", date: "Oct 2024", title: "Wonderful vibe!", quote: "The avocado milkshake was incredible. Perfect for my painting session.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-shows-heart-sign-loves-making-coffee-serving-clients-standing-unifo_1258-134404.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-old-grinder_1204-105.jpg", imageAlt: "happy customer cafe portrait"},
{
- id: "t2",
- name: "Michael C.",
- date: "Sept 2024",
- title: "Best hangout!",
- quote: "My friends and I spent 3 hours here for game night. Highly recommend.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/learning-together-brings-better-results_329181-2908.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-cute-asian-barista-girl-making-cappuccino-doing-latte-art-cup-with-steamed-milk_1258-203384.jpg",
- imageAlt: "happy customer cafe portrait",
- },
+ id: "t2", name: "Michael C.", date: "Sept 2024", title: "Best hangout!", quote: "My friends and I spent 3 hours here for game night. Highly recommend.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/learning-together-brings-better-results_329181-2908.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cute-asian-barista-girl-making-cappuccino-doing-latte-art-cup-with-steamed-milk_1258-203384.jpg", imageAlt: "happy customer cafe portrait"},
{
- id: "t3",
- name: "Emily R.",
- date: "Aug 2024",
- title: "Birthday bliss",
- quote: "Celebrated my sister's birthday and the staff made it unforgettable.",
- tag: "Customer",
- avatarSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg?_wi=2",
- imageAlt: "happy customer cafe portrait",
- },
+ id: "t3", name: "Emily R.", date: "Aug 2024", title: "Birthday bliss", quote: "Celebrated my sister's birthday and the staff made it unforgettable.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", imageSrc: "http://img.b2bpic.net/free-photo/taking-slice-big-portion-margarita-pizza_114579-8803.jpg", imageAlt: "happy customer cafe portrait"},
{
- id: "t4",
- name: "David K.",
- date: "July 2024",
- title: "Amazing pizza",
- quote: "Hands down the best pizza I've had in a café. So cozy!",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg?_wi=2",
- imageAlt: "happy customer cafe portrait",
- },
+ id: "t4", name: "David K.", date: "July 2024", title: "Amazing pizza", quote: "Hands down the best pizza I've had in a café. So cozy!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/sincere-laugh-showing-picture-smartphone-casual-meeting-with-best-friends-restaurant-terrace_8353-10272.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cold-americano-glass-white-cloth-cover-table-cold-relax-beverage-concept_1150-13747.jpg", imageAlt: "happy customer cafe portrait"},
{
- id: "t5",
- name: "Priya S.",
- date: "June 2024",
- title: "Creative oasis",
- quote: "This is my absolute favorite place to relax after college classes.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg?_wi=2",
- imageAlt: "happy customer cafe portrait",
- },
+ id: "t5", name: "Priya S.", date: "June 2024", title: "Creative oasis", quote: "This is my absolute favorite place to relax after college classes.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-cute-young-woman-with-palette-brushes-hands_259150-60644.jpg", imageSrc: "http://img.b2bpic.net/free-photo/iced-matcha-latte_1339-1057.jpg", imageAlt: "happy customer cafe portrait"},
]}
title="What Our Guests Say"
description="Warm words from our wonderful community."
@@ -333,20 +185,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Do you accept table bookings?",
- content: "Yes! You can book a table by calling us or reaching out via WhatsApp.",
- },
+ id: "q1", title: "Do you accept table bookings?", content: "Yes! You can book a table by calling us or reaching out via WhatsApp."},
{
- id: "q2",
- title: "Can I host a painting workshop here?",
- content: "Absolutely. We love creative events. Reach out to our team for custom packages.",
- },
+ id: "q2", title: "Can I host a painting workshop here?", content: "Absolutely. We love creative events. Reach out to our team for custom packages."},
{
- id: "q3",
- title: "Are you pet friendly?",
- content: "We allow small, well-behaved pets in our outdoor seating area.",
- },
+ id: "q3", title: "Are you pet friendly?", content: "We allow small, well-behaved pets in our outdoor seating area."},
]}
imageSrc="http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg"
mediaAnimation="slide-up"
@@ -363,22 +206,14 @@ export default function LandingPage() {
description="Ready to book your table or plan an event? Send us a message."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Event details or inquiry...",
- rows: 4,
+ name: "message", placeholder: "Event details or inquiry...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/young-asian-woman-with-tablet-standing-front-cafe-entrance-inviting-guests-customers_1258-199014.jpg"
/>
@@ -391,14 +226,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: Facebook,
- href: "#",
- ariaLabel: "Facebook",
- },
+ href: "#", ariaLabel: "Facebook"},
]}
/>