5 Commits

Author SHA1 Message Date
91551b63ff Update src/app/page.tsx 2026-05-06 06:59:51 +00:00
7813b511bf Update src/app/page.tsx 2026-05-06 06:59:18 +00:00
4cf5aa2fee Merge version_1 into main
Merge version_1 into main
2026-05-06 06:56:50 +00:00
21f191b55a Merge version_1 into main
Merge version_1 into main
2026-05-06 06:56:23 +00:00
dde7942a94 Merge version_1 into main
Merge version_1 into main
2026-05-06 06:55:50 +00:00

View File

@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, CheckCircle, Coffee, Heart, MapPin, Sparkles } from "lucide-react"; import { Award, CheckCircle, Coffee, Heart, MapPin, Sparkles } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -46,28 +46,11 @@ export default function LandingPage() {
title="Bond over Coffee." title="Bond over Coffee."
description="Experience premium Belgian chocolate infused indulgence and artisan-roasted coffee at Coffee Bond, Sector 51, Noida." description="Experience premium Belgian chocolate infused indulgence and artisan-roasted coffee at Coffee Bond, Sector 51, Noida."
testimonials={[ 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: "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" },
{ 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: "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" },
{ 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" },
]} ]}
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?_wi=2"
avatars={[ buttons={[{ text: "Order Now", href: "#menu" }]}
{ 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 },
]}
/> />
</div> </div>
@@ -90,21 +73,8 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ 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" }], reverse: false },
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" }, { 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" }], reverse: true },
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
},
{
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?" title="Why Coffee Bond?"
description="Discover what makes our cafe the preferred local hub for coffee enthusiasts." description="Discover what makes our cafe the preferred local hub for coffee enthusiasts."
@@ -120,44 +90,41 @@ export default function LandingPage() {
products={[ products={[
{ id: "p1", name: "Double Espresso", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=2" }, { id: "p1", name: "Double Espresso", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=2" },
{ id: "p2", name: "Cappuccino", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/copy-smell-romantic-espresso-nice_1232-3947.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" title="Espresso Bar Menu"
description="Our complete selection of coffees, chocolates, and matcha." description="Our complete selection of coffees, chocolates, and matcha."
buttons={[{ text: "View Full Menu" }]}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardThirteen
showRating={true}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ 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=2" }, { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Absolutely the best coffee in Noida! The Belgian hot chocolate is a must-try.", rating: 5, icon: Heart },
{ 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: "2", name: "Michael C.", handle: "@michaalc", testimonial: "The staff are so friendly and the environment is perfect for remote work.", rating: 5, icon: Coffee },
{ 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" title="What Our Guests Say"
description="What our guests in Noida say about us." description="Community reviews from our local coffee lovers."
animationType="slide-up"
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "Do you offer plant-based milk?", content: "Yes, we offer Soy milk alternatives for our coffee and matcha drinks." }, { id: "q1", title: "Do you offer plant-based milk?", content: "Yes, we provide high-quality almond and soy milk options for all 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: "q2", title: "Is there free Wi-Fi?", content: "Absolutely. We offer high-speed Wi-Fi perfect for students and professionals looking for a workspace." },
{ id: "q3", title: "Do you have blended drinks?", content: "Yes, we serve a range of Frappes and our signature Cold Coffee." }, { id: "q3", title: "Do you host events?", content: "Yes, our space is available for small community gatherings and book reading sessions. Contact us for details." },
]} ]}
title="Common Questions" useInvertedBackground={false}
description="Need to know more about Coffee Bond?" title="Frequently Asked Questions"
description="Everything you need to know about your local favorite coffee spot."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-male-model-holding-cup-coffee_23-2148760680.jpg"
/> />
</div> </div>
@@ -167,7 +134,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Visit Us" tag="Visit Us"
title="Coffee Bond Sector 51" title="Coffee Bond Sector 51"
description="36, Market, Block B1.A, Sector 51, Noida. Come visit us for your daily caffeine fix." description="36, Market, Block B1.A, Sector 51, Noida. Open Daily 8 AM - 10 PM. Phone: +91 99999 99999"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=3"
/> />
@@ -176,9 +143,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ title: "Menu", items: [{ label: "Espresso", href: "#menu" }, { label: "Chocolate", href: "#menu" }, { label: "Matcha", href: "#menu" }] }, { title: "Menu", items: [{ label: "Espresso", href: "#menu" }, { label: "Chocolate", href: "#menu" }] },
{ title: "Visit", items: [{ label: "36, Sector 51, Noida", href: "#contact" }] }, { title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
]} ]}
bottomLeftText="© 2024 Coffee Bond. All rights reserved." bottomLeftText="© 2024 Coffee Bond. All rights reserved."
bottomRightText="Noida, Sector 51" bottomRightText="Noida, Sector 51"