Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-05 08:35:41 +00:00

View File

@@ -7,7 +7,6 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() {
@@ -22,24 +21,15 @@ export default function LandingPage() {
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="light"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="BUN TEA CAFE"
/>
@@ -49,77 +39,11 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="BUN TEA CAFE"
description="Where the aroma of freshly brewed tea meets the warmth of golden buns."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best chai I have ever had! The buns are so soft and buttery.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg?_wi=1",
imageAlt: "glowing coffee beans dark background",
},
{
name: "Mike R.",
handle: "@miker",
testimonial: "Perfect place to relax in Parvathanagar. Love the Oreo shake!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg?_wi=1",
imageAlt: "hot chai tea cup steam",
},
{
name: "Emily P.",
handle: "@emilyp",
testimonial: "Staff is wonderful and the strawberry shake is a must-try.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-bun-wooden-background_23-2148258654.jpg?_wi=1",
imageAlt: "freshly baked bun golden crust",
},
{
name: "John D.",
handle: "@johnd",
testimonial: "Authentic flavors, great atmosphere. My morning go-to spot.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/berry-milkshake-with-cream-berries-milk_140725-10866.jpg?_wi=1",
imageAlt: "delicious strawberry milkshake glass",
},
{
name: "Alice K.",
handle: "@alicek",
testimonial: "The cold brew is excellent. Highly recommend the butter bun!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-with-cookies-cream_140725-4114.jpg?_wi=1",
imageAlt: "oreo chocolate shake glass",
},
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/flat-lay-delicious-bun-wooden-background_23-2148258654.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/berry-milkshake-with-cream-berries-milk_140725-10866.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/chocolate-milkshake-with-cookies-cream_140725-4114.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/glass-dark-beer-marble-table-high-quality-photo_114579-67293.jpg",
alt: "Customer 5",
},
]}
testimonials={[]}
buttons={[{ text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/cocktail_23-2148176534.jpg?_wi=1"
imageAlt="glowing coffee beans"
showDimOverlay={true}
/>
</div>
@@ -130,136 +54,32 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Masala Tea",
price: "$2.50",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg?_wi=2",
},
{
id: "2",
name: "Butter Bun",
price: "$1.50",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-bun-wooden-background_23-2148258654.jpg?_wi=2",
},
{
id: "3",
name: "Strawberry Shake",
price: "$4.00",
variant: "Cold",
imageSrc: "http://img.b2bpic.net/free-photo/berry-milkshake-with-cream-berries-milk_140725-10866.jpg?_wi=2",
},
{
id: "4",
name: "Oreo Shake",
price: "$4.50",
variant: "Cold",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-with-cookies-cream_140725-4114.jpg?_wi=2",
},
{
id: "5",
name: "Cold Brew",
price: "$3.50",
variant: "Iced",
imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-beer-marble-table-high-quality-photo_114579-67293.jpg",
},
{
id: "6",
name: "Latte",
price: "$3.00",
variant: "Hot",
imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9959.jpg",
},
]}
title="Cafe Menu"
description="Discover our signature teas, freshly baked buns, and indulgent shakes."
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="Our Craft"
description={[
"Bun Tea Cafe was born from a simple love for traditional comfort paired with modern cafe culture. We believe that every cup of tea and every freshly baked bun tells a story of quality and patience.",
"Our beans are ethically sourced, our buns are baked in small batches daily, and our community is at the heart of everything we do.",
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Meet the Team"
description="The passionate baristas and bakers behind your favorite cafe experience."
members={[
{
id: "1",
name: "Chef Rahul",
role: "Head Baker",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-bun-wooden-background_23-2148258654.jpg?_wi=3",
},
{
id: "2",
name: "Priya Singh",
role: "Head Barista",
imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg?_wi=3",
},
{ id: "1", name: "Masala Tea", price: "$2.50", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg?_wi=1" },
{ id: "2", name: "Butter Bun", price: "$1.50", variant: "Bun", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-bun-wooden-background_23-2148258654.jpg?_wi=1" },
{ id: "3", name: "Strawberry Milkshake", price: "$4.00", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/berry-milkshake-with-cream-berries-milk_140725-10866.jpg?_wi=1" },
{ id: "4", name: "Oreo Shake", price: "$4.50", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-with-cookies-cream_140725-4114.jpg?_wi=1" },
]}
title="OUR MENU"
description="Handcrafted tea, fresh baked buns, and signature shakes."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
text="Visit us at Parvathanagar, near Ali Majid. Open daily: 9:00 AM - 10:00 PM. Call us at +1 234 567 890. Order now for your daily cravings!"
buttons={[
{
text: "Call Now",
href: "tel:+1234567890",
},
]}
background={{ variant: "canvas-reveal" }}
text="Parvathanagar, near Ali Majid. Open daily: 9:00 AM - 10:00 PM. Call us at +1 234 567 890."
buttons={[{ text: "Order Now", href: "tel:+1234567890" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Location",
items: [
{
label: "Parvathanagar, Ali Majid",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "tel:+1234567890",
},
{
label: "Privacy",
href: "#",
},
],
},
]}
columns={[]}
logoText="BUN TEA CAFE"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}