diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2adb77a..5ef30f1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
- { name: "Experience", id: "testimonials" },
+ { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="House of Blends"
@@ -44,16 +44,14 @@ export default function LandingPage() {
@@ -61,8 +59,9 @@ export default function LandingPage() {
@@ -73,15 +72,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "1", name: "House Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-roasted-coffee-beans-falling-out-burlap-bag-red-background_141793-25505.jpg" },
- { id: "2", name: "Signature Espresso", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/healthy-blueberry-banana-muffins-tray_661915-643.jpg" },
- { id: "3", name: "Cold Brew Reserve", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-hot-coffee-glass-with-ice_181624-28793.jpg" },
- { id: "4", name: "Blueberry Muffin", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-bread-white-cloth_23-2148438714.jpg" },
- { id: "5", name: "Almond Croissant", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/rosemary-hot-tea-cup-ready-drink_1150-35601.jpg" },
- { id: "6", name: "Sourdough Toast", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464811.jpg" },
+ { id: "1", name: "Signature Jabalpur Roast", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-roasted-coffee-beans-falling-out-burlap-bag-red-background_141793-25505.jpg" },
+ { id: "2", name: "Almond Pastry", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/healthy-blueberry-banana-muffins-tray_661915-643.jpg" },
+ { id: "3", name: "Cold Brew Reserve", price: "₹300", imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-hot-coffee-glass-with-ice_181624-28793.jpg" },
+ { id: "4", name: "Classic Sourdough", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-baked-bread-white-cloth_23-2148438714.jpg" },
+ { id: "5", name: "Vanilla Bean Latte", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/rosemary-hot-tea-cup-ready-drink_1150-35601.jpg" },
+ { id: "6", name: "Signature Mocha", price: "₹290", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-concept-wooden-table_23-2148464811.jpg" },
]}
- title="Artisanal Selection"
- description="Explore our curated range of specialty coffees, hand-baked pastries, and light bites."
+ title="Cafe Specialties"
+ description="Explore our premium coffee collection and house-made delicacies."
/>
@@ -91,26 +90,24 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- { id: "1", name: "Elena R.", handle: "@elena_r", testimonial: "The best atmosphere in the city. Truly consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sipping-drink-sitting-counch_53876-24883.jpg" },
- { id: "2", name: "Marcus T.", handle: "@mt_coffee", testimonial: "My morning ritual wouldn't be complete without their drip brew.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
- { id: "3", name: "Sarah J.", handle: "@sarah_j", testimonial: "Exceptional pastries. Everything feels freshly made with care.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-684.jpg" },
- { id: "4", name: "Liam D.", handle: "@liam_d", testimonial: "The staff remembers my order every single time. Amazing service.", imageSrc: "http://img.b2bpic.net/free-photo/image-young-smiling-blond-woman-sitting-outdoor-cafe-holding-notebook-doing-her-homework_1258-205335.jpg" },
- { id: "5", name: "Maya W.", handle: "@maya_w", testimonial: "A beautiful, quiet place to work. Best mocha I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-serious-stylish-manager-looking-his-watch-streets-city-near-modern-office-centre-man-drinks-coffee-employee-looks-time_496169-504.jpg" },
+ { id: "1", name: "Anjali S.", handle: "@anjali_jbp", testimonial: "The finest coffee spot in Jabalpur. Absolutely love the ambiance!", imageSrc: "http://img.b2bpic.net/free-photo/woman-sipping-drink-sitting-counch_53876-24883.jpg" },
+ { id: "2", name: "Rohit M.", handle: "@rohit_dev", testimonial: "Perfect place for remote work or catching up with friends.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
+ { id: "3", name: "Vikram K.", handle: "@vikram_k", testimonial: "Their sourdough toast is unbeatable. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-684.jpg" },
]}
- title="Loved by Locals"
- description="Don't just take our word for it—our patrons love the House of Blends experience."
+ title="What Locals Say"
+ description="Heartfelt reviews from our community in Jabalpur."
/>
@@ -122,12 +119,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
- { id: "1", name: "Alex Carter", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owners_23-2149149729.jpg" },
- { id: "2", name: "Sofia Rossi", role: "Cafe Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-with-tablet-standing-front-cafe-entrance-inviting-guests-customers_1258-199373.jpg" },
- { id: "3", name: "Ben Wilson", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" },
+ { id: "1", name: "Rahul D.", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owners_23-2149149729.jpg" },
+ { id: "2", name: "Priya S.", role: "Cafe Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-with-tablet-standing-front-cafe-entrance-inviting-guests-customers_1258-199373.jpg" },
+ { id: "3", name: "Karan G.", role: "Lead Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg" },
]}
- title="Meet Your Baristas"
- description="Crafting excellence daily with a smile."
+ title="The House of Blends Team"
+ description="Passionate hearts behind your daily brew."
/>
@@ -136,12 +133,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- { id: "1", title: "Do you offer catering?", content: "Yes, please contact us for event inquiries." },
- { id: "2", title: "Do you have vegan options?", content: "We offer oat, almond, and soy milk, plus vegan pastry options." },
- { id: "3", title: "Is there free Wi-Fi?", content: "Yes, we provide high-speed Wi-Fi for all patrons." },
+ { id: "1", title: "Do you host events?", content: "Yes, we host intimate community events and workshops." },
+ { id: "2", title: "Is there parking?", content: "Yes, we have designated parking space available for all cafe guests." },
+ { id: "3", title: "Do you offer vegan milk?", content: "We have almond, soy, and oat milk available for all drinks." },
]}
- title="Common Questions"
- description="Everything you need to know about your visits."
+ title="Frequently Asked"
+ description="Find answers to common questions about House of Blends."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-interior-with-people-working_1127-2384.jpg"
/>
@@ -150,10 +147,10 @@ export default function LandingPage() {