diff --git a/src/app/page.tsx b/src/app/page.tsx
index a9f691c..d0aa43b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,35 +48,22 @@ export default function LandingPage() {
@@ -105,50 +84,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Mini Pancakes",
- price: "₹60",
- variant: "Small",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-figs-roasted-nuts-wooden-plate_181624-14749.jpg",
- },
+ id: "p1", name: "Classic Mini Pancakes", price: "₹60", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-figs-roasted-nuts-wooden-plate_181624-14749.jpg"},
{
- id: "p2",
- name: "Caramel Waffleballs",
- price: "₹80",
- variant: "Box",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle_1098-16789.jpg",
- },
+ id: "p2", name: "Caramel Waffleballs", price: "₹80", variant: "Box", imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle_1098-16789.jpg"},
{
- id: "p3",
- name: "Multigrain Chocolate Bites",
- price: "₹70",
- variant: "Box",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-tea-cookies-dark-background_140725-51001.jpg",
- },
+ id: "p3", name: "Multigrain Chocolate Bites", price: "₹70", variant: "Box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-tea-cookies-dark-background_140725-51001.jpg"},
{
- id: "p4",
- name: "Nutty Waffleballs",
- price: "₹90",
- variant: "Special",
- imageSrc: "http://img.b2bpic.net/free-photo/kids-pancake-breakfast-treat-background-shaped-like-fun-strawberry-wallpaper_53876-145446.jpg",
- },
+ id: "p4", name: "Nutty Waffleballs", price: "₹90", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/kids-pancake-breakfast-treat-background-shaped-like-fun-strawberry-wallpaper_53876-145446.jpg"},
{
- id: "p5",
- name: "Honey Glazed Pancakes",
- price: "₹65",
- variant: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-birthday-cream-tea-cake-biscuit-sweet_140725-101619.jpg",
- },
+ id: "p5", name: "Honey Glazed Pancakes", price: "₹65", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-birthday-cream-tea-cake-biscuit-sweet_140725-101619.jpg"},
{
- id: "p6",
- name: "The Dezato Special Mix",
- price: "₹120",
- variant: "Large",
- imageSrc: "http://img.b2bpic.net/free-photo/carbohydrate-breakfast-pancakes-crepes-wafers_114579-41773.jpg",
- },
+ id: "p6", name: "The Dezato Special Mix", price: "₹120", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/carbohydrate-breakfast-pancakes-crepes-wafers_114579-41773.jpg"},
]}
title="Our Menu"
- description="Indulge in healthy, crunchy, and soft treats."
+ description="Our signature multigrain texture delivers a uniquely satisfying crunch on the outside while maintaining an airy, soft core for the ultimate dessert indulgence."
/>
@@ -159,52 +108,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Daily",
- price: "₹60",
- subtitle: "Quick Snack",
- buttons: [
+ id: "basic", badge: "Daily", price: "₹60", subtitle: "Quick Snack", buttons: [
{
- text: "Order Now",
- },
+ text: "Order Now"},
],
features: [
- "Mini Pancakes",
- "Multigrain Base",
- "Single Topping",
- ],
+ "Mini Pancakes", "Multigrain Base", "Single Topping"],
},
{
- id: "pro",
- badge: "Popular",
- price: "₹90",
- subtitle: "For Foodies",
- buttons: [
+ id: "pro", badge: "Popular", price: "₹90", subtitle: "For Foodies", buttons: [
{
- text: "Order Now",
- },
+ text: "Order Now"},
],
features: [
- "Waffleballs Combo",
- "Premium Drizzle",
- "Extra Crunch",
- ],
+ "Waffleballs Combo", "Premium Drizzle", "Extra Crunch"],
},
{
- id: "deluxe",
- badge: "Combo",
- price: "₹150",
- subtitle: "Sharing Joy",
- buttons: [
+ id: "deluxe", badge: "Combo", price: "₹150", subtitle: "Sharing Joy", buttons: [
{
- text: "Order Now",
- },
+ text: "Order Now"},
],
features: [
- "Full Family Mix",
- "All Toppings",
- "Priority Service",
- ],
+ "Full Family Mix", "All Toppings", "Priority Service"],
},
]}
title="Affordable Delights"
@@ -219,22 +144,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- title: "Pancakes Served",
- value: "50,000+",
- icon: Coffee,
+ id: "m1", title: "Pancakes Served", value: "50,000+", icon: Coffee,
},
{
- id: "m2",
- title: "Happy Customers",
- value: "12,000+",
- icon: Users,
+ id: "m2", title: "Happy Customers", value: "12,000+", icon: Users,
},
{
- id: "m3",
- title: "Vyas Colony Rating",
- value: "4.9/5",
- icon: Star,
+ id: "m3", title: "Vyas Colony Rating", value: "4.9/5", icon: Star,
},
]}
title="Our Community Growth"
@@ -250,25 +166,15 @@ export default function LandingPage() {
author="Ankit R."
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-kitchen_171337-4137.jpg",
- alt: "Ankit",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-kitchen_171337-4137.jpg", alt: "Ankit"},
{
- src: "http://img.b2bpic.net/free-photo/crop-woman-enjoying-waffles-coffee_23-2147758258.jpg",
- alt: "Priya",
- },
+ src: "http://img.b2bpic.net/free-photo/crop-woman-enjoying-waffles-coffee_23-2147758258.jpg", alt: "Priya"},
{
- src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-coffee-break-home_74855-5673.jpg",
- alt: "Rahul",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-coffee-break-home_74855-5673.jpg", alt: "Rahul"},
{
- src: "http://img.b2bpic.net/free-photo/little-girl-liking-glazed-doughnut_23-2148244725.jpg",
- alt: "Sneha",
- },
+ src: "http://img.b2bpic.net/free-photo/little-girl-liking-glazed-doughnut_23-2148244725.jpg", alt: "Sneha"},
{
- src: "http://img.b2bpic.net/free-photo/cake-cookies-cake-with-strawberries-pencil-notebook_140725-120112.jpg",
- alt: "Vikram",
- },
+ src: "http://img.b2bpic.net/free-photo/cake-cookies-cake-with-strawberries-pencil-notebook_140725-120112.jpg", alt: "Vikram"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -280,23 +186,19 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Are your products healthy?",
- content: "Yes, we use multigrain flour to ensure a healthier snack experience.",
- },
+ id: "q1", title: "Are your products healthy?", content: "Yes, we use multigrain flour to ensure a healthier snack experience."},
{
- id: "q2",
- title: "Where are you located?",
- content: "We are in Vyas Colony, Near Momo Eats, Bikaner.",
- },
+ id: "q2", title: "Where are you located?", content: "We are in Vyas Colony, Near Momo Eats, Bikaner."},
{
- id: "q3",
- title: "Do you have home delivery?",
- content: "Yes, order via our local partners or call us directly.",
- },
+ id: "q3", title: "Do you have home delivery?", content: "Yes, order via our local partners or call us directly."},
]}
sideTitle="Questions?"
faqsAnimation="blur-reveal"
+ buttons={[
+ {
+ text: "Delivery/Ordering", href: "#contact"
+ }
+ ]}
/>
@@ -304,8 +206,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file