diff --git a/src/app/page.tsx b/src/app/page.tsx
index 469717a..66175c0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,103 +42,31 @@ export default function LandingPage() {
@@ -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() {