Update src/app/page.tsx
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Idukki Chappathi"
|
||||
/>
|
||||
@@ -56,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Taste of Kattappana"
|
||||
description="Experience the softness and purity of tradition in every bite. Our hand-crafted chappathis bring the heart of Idukki to your table."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg",
|
||||
imageAlt: "Fresh artisanal chappathi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg", imageAlt: "Fresh artisanal chappathi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2147812088.jpg",
|
||||
imageAlt: "Traditional preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2147812088.jpg", imageAlt: "Traditional preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-oatmeal-granola-with-blueberries-apple-honey-rustic-wooden-background_127032-2873.jpg",
|
||||
imageAlt: "Hand-crafted quality",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-oatmeal-granola-with-blueberries-apple-honey-rustic-wooden-background_127032-2873.jpg", imageAlt: "Hand-crafted quality"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-wheat-lavash-bread-wooden-tray-marble_114579-87070.jpg",
|
||||
imageAlt: "Stack of fresh chappathi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-wheat-lavash-bread-wooden-tray-marble_114579-87070.jpg", imageAlt: "Stack of fresh chappathi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-fruits-vegetables-high-angle_23-2149382203.jpg",
|
||||
imageAlt: "Kitchen artistry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-fruits-vegetables-high-angle_23-2149382203.jpg", imageAlt: "Kitchen artistry"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -91,6 +72,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="From Our Kitchen to Yours"
|
||||
tag="Our Heritage"
|
||||
className="text-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,59 +84,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Classic Wheat Chappathi",
|
||||
price: "₹60/pack",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034030.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Classic Wheat Chappathi", price: "₹60/pack", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034030.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Soft Whole Grain",
|
||||
price: "₹65/pack",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-wrapped-flatbread-served-with-yoghurt-tomato-sauce_140725-1571.jpg",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Soft Whole Grain", price: "₹65/pack", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-wrapped-flatbread-served-with-yoghurt-tomato-sauce_140725-1571.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Special",
|
||||
name: "Multi-Grain Blend",
|
||||
price: "₹80/pack",
|
||||
rating: 4,
|
||||
reviewCount: "82",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-composition_23-2149143341.jpg",
|
||||
},
|
||||
id: "p3", brand: "Special", name: "Multi-Grain Blend", price: "₹80/pack", rating: 4,
|
||||
reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-dessert-composition_23-2149143341.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Special",
|
||||
name: "Traditional Roti",
|
||||
price: "₹55/pack",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-produce-tote-bag_23-2152003890.jpg",
|
||||
},
|
||||
id: "p4", brand: "Special", name: "Traditional Roti", price: "₹55/pack", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/fresh-produce-tote-bag_23-2152003890.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Premium",
|
||||
name: "Healthy Oats Blend",
|
||||
price: "₹90/pack",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg",
|
||||
},
|
||||
id: "p5", brand: "Premium", name: "Healthy Oats Blend", price: "₹90/pack", rating: 5,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/cook-cutting-roasted-meat-wooden-board_23-2148040262.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Premium",
|
||||
name: "Fiber Rich Special",
|
||||
price: "₹85/pack",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-still-life-high-angle_23-2149325308.jpg",
|
||||
},
|
||||
id: "p6", brand: "Premium", name: "Fiber Rich Special", price: "₹85/pack", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-still-life-high-angle_23-2149325308.jpg"},
|
||||
]}
|
||||
title="Our Signature Selection"
|
||||
description="Discover the variety of our freshly prepared staples, perfect for your daily meals."
|
||||
@@ -169,25 +115,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Chappathis Made",
|
||||
description: "Daily production volume",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "10k+", title: "Chappathis Made", description: "Daily production volume", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Happy Families",
|
||||
description: "Serving the community",
|
||||
icon: Star,
|
||||
id: "m2", value: "500+", title: "Happy Families", description: "Serving the community", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Natural Ingredients",
|
||||
description: "Quality assurance",
|
||||
icon: Shield,
|
||||
id: "m3", value: "100%", title: "Natural Ingredients", description: "Quality assurance", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Trusted by Kattappana"
|
||||
@@ -200,14 +134,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Grocery Stores",
|
||||
"Kattappana Canteens",
|
||||
"Regional Markets",
|
||||
"Catering Services",
|
||||
"Home Delivery Hubs",
|
||||
"Community Events",
|
||||
"Neighborhood Stores",
|
||||
]}
|
||||
"Local Grocery Stores", "Kattappana Canteens", "Regional Markets", "Catering Services", "Home Delivery Hubs", "Community Events", "Neighborhood Stores"]}
|
||||
title="Loved Across North Idukki"
|
||||
description="Join the growing network of partners and community favorites."
|
||||
/>
|
||||
@@ -220,67 +147,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
role: "Resident",
|
||||
company: "Kattappana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-delicious-breakfast_23-2148311708.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah", role: "Resident", company: "Kattappana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-delicious-breakfast_23-2148311708.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Arjun",
|
||||
role: "Employee",
|
||||
company: "Idukki",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-christmas-celebration-friends-gathering-festive-dinner-table-smiling-woman-holding-traditional-chicken-happy-diverse-people-eating-xmas-dishes-winter-holiday-party_482257-50351.jpg",
|
||||
},
|
||||
id: "t2", name: "Arjun", role: "Employee", company: "Idukki", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-christmas-celebration-friends-gathering-festive-dinner-table-smiling-woman-holding-traditional-chicken-happy-diverse-people-eating-xmas-dishes-winter-holiday-party_482257-50351.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Meera",
|
||||
role: "Homemaker",
|
||||
company: "North Kattappana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-cooking-close-up_23-2148903609.jpg",
|
||||
},
|
||||
id: "t3", name: "Meera", role: "Homemaker", company: "North Kattappana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-cooking-close-up_23-2148903609.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rahul",
|
||||
role: "Shop Owner",
|
||||
company: "Kattappana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913308.jpg",
|
||||
},
|
||||
id: "t4", name: "Rahul", role: "Shop Owner", company: "Kattappana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913308.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anjali",
|
||||
role: "Doctor",
|
||||
company: "Idukki",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-taking-photo-mobile-phone-croissants_343596-6682.jpg",
|
||||
},
|
||||
id: "t5", name: "Anjali", role: "Doctor", company: "Idukki", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-taking-photo-mobile-phone-croissants_343596-6682.jpg"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Vijayan",
|
||||
role: "Pensioner",
|
||||
company: "North Kattappana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "t6", name: "Vijayan", role: "Pensioner", company: "North Kattappana", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Community Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Community Rating"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Repeat Orders",
|
||||
},
|
||||
value: "95%", label: "Repeat Orders"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Fresh Guarantee",
|
||||
},
|
||||
value: "100%", label: "Fresh Guarantee"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Genuine feedback from our valued neighbors."
|
||||
@@ -293,20 +184,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver in North Kattappana?",
|
||||
content: "Yes, we provide daily delivery service across the entire Kattappana township.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver in North Kattappana?", content: "Yes, we provide daily delivery service across the entire Kattappana township."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your chappathis preservative free?",
|
||||
content: "Absolutely. We pride ourselves on using 100% natural, fresh ingredients with no artificial additives.",
|
||||
},
|
||||
id: "f2", title: "Are your chappathis preservative free?", content: "Absolutely. We pride ourselves on using 100% natural, fresh ingredients with no artificial additives."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can we order in bulk for events?",
|
||||
content: "We handle bulk orders for weddings, family gatherings, and community events with advance notice.",
|
||||
},
|
||||
id: "f3", title: "Can we order in bulk for events?", content: "We handle bulk orders for weddings, family gatherings, and community events with advance notice."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -318,16 +200,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Freshness Delivered to Your Door"
|
||||
description="Have questions or want to place an order? Contact our team in Kattappana today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+919876543210"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -336,13 +215,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Idukki Chappathi"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user