Merge version_1 into main #2
149
src/app/page.tsx
149
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Order",
|
||||
id: "order",
|
||||
},
|
||||
name: "Order", id: "order"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "location",
|
||||
},
|
||||
name: "Contact", id: "location"},
|
||||
]}
|
||||
brandName="Limra Bakery"
|
||||
/>
|
||||
@@ -53,42 +45,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Freshly Baked Happiness in Alwal 🍰"
|
||||
description="Delicious cakes, pastries, and snacks made fresh every day with quality ingredients."
|
||||
tag="Trusted Local Bakery"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09849932784",
|
||||
},
|
||||
text: "Call Now", href: "tel:09849932784"},
|
||||
{
|
||||
text: "WhatsApp Order",
|
||||
href: "https://wa.me/919849932784",
|
||||
},
|
||||
text: "WhatsApp Order", href: "https://wa.me/919849932784"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg?_wi=1",
|
||||
imageAlt: "Bakery interior display",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg", imageAlt: "Bakery interior display"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg?_wi=1",
|
||||
imageAlt: "Cake detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg?_wi=1",
|
||||
imageAlt: "Fresh bread selection",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg?_wi=2",
|
||||
imageAlt: "Customer favorite pastries",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg?_wi=2",
|
||||
imageAlt: "Artisan cake design",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg", imageAlt: "Cake detail"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,7 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Freshly Baked Every Day"
|
||||
description="Limra Bakery is a trusted local bakery in Alwal known for fresh cakes, delicious snacks, and quality ingredients. We prepare everything daily to ensure the best taste and freshness for our customers."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg"
|
||||
imageAlt="Limra Bakery fresh treats"
|
||||
/>
|
||||
</div>
|
||||
@@ -115,33 +86,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Birthday Cakes",
|
||||
price: "Custom Pricing",
|
||||
variant: "Freshly Baked",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", name: "Birthday Cakes", price: "Custom Pricing", variant: "Freshly Baked", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pastries",
|
||||
price: "Starting ₹50",
|
||||
variant: "Assorted Flavors",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Pastries", price: "Starting ₹50", variant: "Assorted Flavors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Puffs & Snacks",
|
||||
price: "Starting ₹20",
|
||||
variant: "Hot & Crunchy",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Puffs & Snacks", price: "Starting ₹20", variant: "Hot & Crunchy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Biscuits",
|
||||
price: "Starting ₹100",
|
||||
variant: "Premium Quality",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg?_wi=4",
|
||||
},
|
||||
id: "p4", name: "Biscuits", price: "Starting ₹100", variant: "Premium Quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Handcrafted delights for every occasion."
|
||||
@@ -154,45 +105,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent Quality",
|
||||
quote: "Fresh cakes and very good taste. Loved the quality.",
|
||||
name: "Sunil V.",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg?_wi=5",
|
||||
},
|
||||
id: "t1", title: "Excellent Quality", quote: "Fresh cakes and very good taste. Loved the quality.", name: "Sunil V.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Great Hygiene",
|
||||
quote: "Clean and hygienic bakery. Everything is fresh.",
|
||||
name: "Priya R.",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg?_wi=4",
|
||||
},
|
||||
id: "t2", title: "Great Hygiene", quote: "Clean and hygienic bakery. Everything is fresh.", name: "Priya R.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Best in Alwal",
|
||||
quote: "Best bakery in Alwal. Good service and fast delivery.",
|
||||
name: "Karthik M.",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg?_wi=4",
|
||||
},
|
||||
id: "t3", title: "Best in Alwal", quote: "Best bakery in Alwal. Good service and fast delivery.", name: "Karthik M.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-4fzpqe0t.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Very Affordable",
|
||||
quote: "Affordable prices and delicious snacks.",
|
||||
name: "Ananya K.",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg?_wi=6",
|
||||
},
|
||||
id: "t4", title: "Very Affordable", quote: "Affordable prices and delicious snacks.", name: "Ananya K.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952926-ue300p68.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Great Staff",
|
||||
quote: "Friendly staff and quick service. Always a pleasure!",
|
||||
name: "Vikram S.",
|
||||
role: "Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg?_wi=5",
|
||||
},
|
||||
id: "t5", title: "Great Staff", quote: "Friendly staff and quick service. Always a pleasure!", name: "Vikram S.", role: "Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfMxHyKL8FSEyGpXfSws4yweM1/uploaded-1774875952927-kc85xtgh.jpg"},
|
||||
]}
|
||||
title="Loved by Alwal Locals"
|
||||
description="See why our customers keep coming back for more."
|
||||
@@ -203,14 +124,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Order your cake for your special occasion. We accept pre-orders for birthdays and events. Contact us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Order",
|
||||
href: "https://wa.me/919849932784",
|
||||
},
|
||||
text: "WhatsApp Order", href: "https://wa.me/919849932784"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,14 +137,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Limra Bakery, Shop No 1 Plot No 3, Sy No 8, Sri Nagar Colony Hi Tension Line, 27, Old Alwal Rd, Alwal, Hyderabad, Telangana 500010. Call: 098499 32784"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -235,25 +150,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "098499 32784",
|
||||
href: "tel:09849932784",
|
||||
},
|
||||
label: "098499 32784", href: "tel:09849932784"},
|
||||
{
|
||||
label: "WhatsApp Order",
|
||||
href: "https://wa.me/919849932784",
|
||||
},
|
||||
label: "WhatsApp Order", href: "https://wa.me/919849932784"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Alwal, Hyderabad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Alwal, Hyderabad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user