Merge version_1 into main #2
112
src/app/page.tsx
112
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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="Atharva Bakeries"
|
||||
/>
|
||||
@@ -53,41 +45,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Atharva Bakeries: Taste the Tradition"
|
||||
description="Crafting joy one bite at a time. Using premium ingredients for our signature breads, cakes, and pastries, baked fresh every single morning."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-holding-baked-fresh-macaroons-pastries-tray_23-2148028064.jpg",
|
||||
imageAlt: "Bakery interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-holding-baked-fresh-macaroons-pastries-tray_23-2148028064.jpg", imageAlt: "Bakery interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg",
|
||||
imageAlt: "Fresh bread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-donuts-with-various-topping_140725-6469.jpg", imageAlt: "Fresh bread"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-wholegrain-bread-wooden-table_23-2147926667.jpg",
|
||||
imageAlt: "Pastry selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-wholegrain-bread-wooden-table_23-2147926667.jpg", imageAlt: "Pastry selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-sweet-cookies-cake-roll-mini-cupcakes_114579-57163.jpg",
|
||||
imageAlt: "Cake display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-sweet-cookies-cake-roll-mini-cupcakes_114579-57163.jpg", imageAlt: "Cake display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-sorted-popcorn-candy-lined-up-marble_114579-23381.jpg",
|
||||
imageAlt: "Baker at work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-sorted-popcorn-candy-lined-up-marble_114579-23381.jpg", imageAlt: "Baker at work"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cup-coffee_23-2148365457.jpg",
|
||||
imageAlt: "Assorted sweets",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweets-cup-coffee_23-2148365457.jpg", imageAlt: "Assorted sweets"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,23 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Butter Croissant",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-coffee-plaster-piece-sack_176474-8244.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Butter Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-coffee-plaster-piece-sack_176474-8244.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Strawberry Cream Cake",
|
||||
price: "$28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-cupcakes-with-berry-jam-filling-cheese-cream-decorated-with-summer-berries_114579-1298.jpg",
|
||||
},
|
||||
id: "p2", name: "Strawberry Cream Cake", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-cupcakes-with-berry-jam-filling-cheese-cream-decorated-with-summer-berries_114579-1298.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Rustic Sourdough Loaf",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg",
|
||||
},
|
||||
id: "p3", name: "Rustic Sourdough Loaf", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"},
|
||||
]}
|
||||
title="Our Daily Bakes"
|
||||
description="From crispy croissants to decadent cakes, explore our range of handcrafted delicacies."
|
||||
@@ -139,44 +104,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_eats",
|
||||
testimonial: "The best sourdough I have ever had! Absolutely fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Priya Sharma", handle: "@priya_eats", testimonial: "The best sourdough I have ever had! Absolutely fresh.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "My go-to place for birthday cakes. Always perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-african-student-holding-mug-drinking-fresh-cappuccino-browsing-internet-checking-newsfeed-social-media-using-cell-phone-coffee-break-modern-cafe-with-wooden-walls_273609-1844.jpg",
|
||||
},
|
||||
id: "t2", name: "Rahul Verma", handle: "@rahulv", testimonial: "My go-to place for birthday cakes. Always perfection.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-african-student-holding-mug-drinking-fresh-cappuccino-browsing-internet-checking-newsfeed-social-media-using-cell-phone-coffee-break-modern-cafe-with-wooden-walls_273609-1844.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Ananya Desai",
|
||||
handle: "@ananya_d",
|
||||
testimonial: "The croissants are so buttery and light. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg",
|
||||
},
|
||||
id: "t3", name: "Ananya Desai", handle: "@ananya_d", testimonial: "The croissants are so buttery and light. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Siddharth J.",
|
||||
handle: "@siddj",
|
||||
testimonial: "Atmosphere is great and staff is always welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg",
|
||||
},
|
||||
id: "t4", name: "Siddharth J.", handle: "@siddj", testimonial: "Atmosphere is great and staff is always welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273243.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Meera K.",
|
||||
handle: "@meera_bakes",
|
||||
testimonial: "Their signature muffins are truly divine. A must-visit spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Meera K.", handle: "@meera_bakes", testimonial: "Their signature muffins are truly divine. A must-visit spot.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg"},
|
||||
]}
|
||||
title="Loved by our Community"
|
||||
description="Hear what our amazing customers have to say about their experience at Atharva Bakeries."
|
||||
@@ -187,8 +128,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Visit us at Main Street, or place your orders online."
|
||||
/>
|
||||
</div>
|
||||
@@ -197,13 +137,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Atharva Bakeries"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user