Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-06 06:56:23 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Coffee Bond"
/>
@@ -54,103 +42,31 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Bond over Coffee."
description="Experience premium Belgian chocolate infused indulgence and artisan-roasted coffee at Coffee Bond, Sector 51, Noida."
testimonials={[
{
name: "Ananya P.",
handle: "@ananyap",
testimonial: "Best Cortado in Noida! The vibe is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=1",
imageAlt: "cozy cafe interior warm",
},
{
name: "Rahul K.",
handle: "@rahulk",
testimonial: "Their Belgian Chocolate range is divine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg?_wi=1",
imageAlt: "cozy cafe interior warm",
},
{
name: "Priya S.",
handle: "@priyas",
testimonial: "A perfect spot for morning brew.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=1",
imageAlt: "cozy cafe interior warm",
},
{
name: "Vikram J.",
handle: "@vikramj",
testimonial: "Excellent matcha selection.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1",
imageAlt: "cozy cafe interior warm",
},
{
name: "Neha R.",
handle: "@nehar",
testimonial: "Love the cozy atmosphere.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=1",
imageAlt: "cozy cafe interior warm",
},
{ name: "Ananya P.", handle: "@ananyap", testimonial: "Best Cortado in Noida! The vibe is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", imageAlt: "cozy cafe interior warm" },
{ name: "Rahul K.", handle: "@rahulk", testimonial: "Their Belgian Chocolate range is divine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg", imageAlt: "cozy cafe interior warm" },
{ name: "Priya S.", handle: "@priyas", testimonial: "A perfect spot for morning brew.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg", imageAlt: "cozy cafe interior warm" },
{ name: "Vikram J.", handle: "@vikramj", testimonial: "Excellent matcha selection.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "cozy cafe interior warm" },
{ name: "Neha R.", handle: "@nehar", testimonial: "Love the cozy atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", imageAlt: "cozy cafe interior warm" },
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915125.jpg",
alt: "Spotlight portrait during golden hour",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-talking-phone-with-her-friend_1153-11.jpg",
alt: "Smiling woman talking on the phone",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg",
alt: "Portrait of smiley woman",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-male-model-holding-cup-coffee_23-2148760680.jpg",
alt: "Portrait of young male model",
},
{
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285289.jpg",
alt: "Person of indian origin having fun",
},
{ src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915125.jpg", alt: "Spotlight portrait during golden hour" },
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-talking-phone-with-her-friend_1153-11.jpg", alt: "Smiling woman talking on the phone" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg", alt: "Portrait of smiley woman" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-male-model-holding-cup-coffee_23-2148760680.jpg", alt: "Portrait of young male model" },
{ src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285289.jpg", alt: "Person of indian origin having fun" },
]}
avatarText="Loved by 500+ coffee enthusiasts in Noida"
marqueeItems={[
{
type: "text-icon",
text: "Artisan Roasted",
icon: Coffee,
},
{
type: "text-icon",
text: "Belgian Chocolate",
icon: Award,
},
{
type: "text-icon",
text: "Daily Brews",
icon: Coffee,
},
{
type: "text-icon",
text: "Cozy Atmosphere",
icon: Sparkles,
},
{
type: "text-icon",
text: "Locally Loved",
icon: Heart,
},
{ type: "text-icon", text: "Artisan Roasted", icon: Coffee },
{ type: "text-icon", text: "Belgian Chocolate", icon: Award },
{ type: "text-icon", text: "Daily Brews", icon: Coffee },
{ type: "text-icon", text: "Cozy Atmosphere", icon: Sparkles },
{ type: "text-icon", text: "Locally Loved", icon: Heart },
]}
/>
</div>
@@ -160,21 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafted with Passion"
metrics={[
{
icon: Coffee,
label: "Espresso Bar",
value: "20+",
},
{
icon: Award,
label: "Belgian Chocolate",
value: "Premium",
},
{
icon: MapPin,
label: "Located In",
value: "Noida",
},
{ icon: Coffee, label: "Espresso Bar", value: "20+" },
{ icon: Award, label: "Belgian Chocolate", value: "Premium" },
{ icon: MapPin, label: "Located In", value: "Noida" },
]}
metricsAnimation="slide-up"
/>
@@ -187,76 +91,19 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Artisan Brewing",
description: "Expertly crafted ristretto and latte pulls.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg?_wi=2",
},
items: [
{
icon: CheckCircle,
text: "Quality beans",
},
{
icon: CheckCircle,
text: "Precision grinding",
},
{
icon: CheckCircle,
text: "Expert baristas",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=3",
imageAlt: "coffee beans high quality",
title: "Artisan Brewing", description: "Expertly crafted ristretto and latte pulls.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg" },
items: [{ icon: CheckCircle, text: "Quality beans" }, { icon: CheckCircle, text: "Precision grinding" }, { icon: CheckCircle, text: "Expert baristas" }],
reverse: false
},
{
title: "Premium Ingredients",
description: "Callebaut Belgian chocolate for the perfect cup.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/closeup-view-cookies-with-coffee-beans_185193-165605.jpg",
},
items: [
{
icon: CheckCircle,
text: "Belgian chocolate",
},
{
icon: CheckCircle,
text: "Dairy alternatives",
},
{
icon: CheckCircle,
text: "Fresh matcha",
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=2",
imageAlt: "coffee beans high quality",
title: "Premium Ingredients", description: "Callebaut Belgian chocolate for the perfect cup.", media: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-view-cookies-with-coffee-beans_185193-165605.jpg" },
items: [{ icon: CheckCircle, text: "Belgian chocolate" }, { icon: CheckCircle, text: "Dairy alternatives" }, { icon: CheckCircle, text: "Fresh matcha" }],
reverse: true
},
{
title: "Unique Blends",
description: "Signature flavored lattes and iced refreshments.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/bearded-tattooed-hipster-male-jeans-shirt-apron-working-brewery-factory-standing-counter-drinks-craft-beer-quality-control_613910-20468.jpg",
},
items: [
{
icon: CheckCircle,
text: "Signature syrups",
},
{
icon: CheckCircle,
text: "Seasonal specials",
},
{
icon: CheckCircle,
text: "Custom roasts",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2",
imageAlt: "coffee beans high quality",
title: "Unique Blends", description: "Signature flavored lattes and iced refreshments.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bearded-tattooed-hipster-male-jeans-shirt-apron-working-brewery-factory-standing-counter-drinks-craft-beer-quality-control_613910-20468.jpg" },
items: [{ icon: CheckCircle, text: "Signature syrups" }, { icon: CheckCircle, text: "Seasonal specials" }, { icon: CheckCircle, text: "Custom roasts" }],
reverse: false
},
]}
title="Why Coffee Bond?"
@@ -271,42 +118,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Double Espresso",
price: "190",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=3",
},
{
id: "p2",
name: "Cappuccino",
price: "190",
imageSrc: "http://img.b2bpic.net/free-photo/copy-smell-romantic-espresso-nice_1232-3947.jpg",
},
{
id: "p3",
name: "Iced Latte",
price: "220",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg",
},
{
id: "p4",
name: "Dark Hot Chocolate",
price: "300",
imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-with-tree-latte-art_53876-94345.jpg",
},
{
id: "p5",
name: "Matcha Latte",
price: "250",
imageSrc: "http://img.b2bpic.net/free-photo/espresso-cup-coffee-beans_1220-7116.jpg",
},
{
id: "p6",
name: "Cold Coffee",
price: "250",
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-6281.jpg",
},
{ id: "p1", name: "Double Espresso", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg" },
{ id: "p2", name: "Cappuccino", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/copy-smell-romantic-espresso-nice_1232-3947.jpg" },
{ id: "p3", name: "Iced Latte", price: "220", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg" },
{ id: "p4", name: "Dark Hot Chocolate", price: "300", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-with-tree-latte-art_53876-94345.jpg" },
{ id: "p5", name: "Matcha Latte", price: "250", imageSrc: "http://img.b2bpic.net/free-photo/espresso-cup-coffee-beans_1220-7116.jpg" },
{ id: "p6", name: "Cold Coffee", price: "250", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-cup_74190-6281.jpg" },
]}
title="Espresso Bar Menu"
description="Our complete selection of coffees, chocolates, and matcha."
@@ -318,46 +135,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Great Vibe",
quote: "Love the cozy atmosphere and premium coffee quality.",
name: "Sarah J.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3",
},
{
id: "2",
title: "Matcha Choice",
quote: "Best Strawberry Matcha in the area!",
name: "Michael C.",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=2",
},
{
id: "3",
title: "Chocolate Lover",
quote: "The Belgian hot chocolate is so rich.",
name: "Emily R.",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg",
},
{
id: "4",
title: "Coffee Quality",
quote: "The double espresso is just perfect.",
name: "David K.",
role: "Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brown-herbal-tea-cups-saucer-neon-backdrop_23-2148091827.jpg",
},
{
id: "5",
title: "Top Notch",
quote: "Always my go-to place in Sector 51.",
name: "Lisa M.",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-concept-headshot-attractive-young-hipster-trendy-black-hat-drinking-coffee-listening-music_273609-1725.jpg",
},
{ id: "1", title: "Great Vibe", quote: "Love the cozy atmosphere and premium coffee quality.", name: "Sarah J.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" },
{ id: "2", title: "Matcha Choice", quote: "Best Strawberry Matcha in the area!", name: "Michael C.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg" },
{ id: "3", title: "Chocolate Lover", quote: "The Belgian hot chocolate is so rich.", name: "Emily R.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg" },
{ id: "4", title: "Coffee Quality", quote: "The double espresso is just perfect.", name: "David K.", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brown-herbal-tea-cups-saucer-neon-backdrop_23-2148091827.jpg" },
{ id: "5", title: "Top Notch", quote: "Always my go-to place in Sector 51.", name: "Lisa M.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-concept-headshot-attractive-young-hipster-trendy-black-hat-drinking-coffee-listening-music_273609-1725.jpg" },
]}
title="Community Love"
description="What our guests in Noida say about us."
@@ -369,21 +151,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer plant-based milk?",
content: "Yes, we offer Soy milk alternatives for our coffee and matcha drinks.",
},
{
id: "q2",
title: "Where are you located?",
content: "We are at 36, market, Block B1.A, Sector 51, Noida.",
},
{
id: "q3",
title: "Do you have blended drinks?",
content: "Yes, we serve a range of Frappes and our signature Cold Coffee.",
},
{ id: "q1", title: "Do you offer plant-based milk?", content: "Yes, we offer Soy milk alternatives for our coffee and matcha drinks." },
{ id: "q2", title: "Where are you located?", content: "We are at 36, market, Block B1.A, Sector 51, Noida." },
{ id: "q3", title: "Do you have blended drinks?", content: "Yes, we serve a range of Frappes and our signature Cold Coffee." },
]}
title="Common Questions"
description="Need to know more about Coffee Bond?"
@@ -394,59 +164,21 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Coffee Bond Sector 51"
description="36, Market, Block B1.A, Sector 51, Noida. Come visit us for your daily caffeine fix."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Menu",
items: [
{
label: "Espresso",
href: "#menu",
},
{
label: "Chocolate",
href: "#menu",
},
{
label: "Matcha",
href: "#menu",
},
],
},
{
title: "Visit",
items: [
{
label: "36, Sector 51, Noida",
href: "#contact",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
],
},
{ title: "Menu", items: [{ label: "Espresso", href: "#menu" }, { label: "Chocolate", href: "#menu" }, { label: "Matcha", href: "#menu" }] },
{ title: "Visit", items: [{ label: "36, Sector 51, Noida", href: "#contact" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
]}
bottomLeftText="© 2024 Coffee Bond. All rights reserved."
bottomRightText="Noida, Sector 51"