diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff96afb..2196ddf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,12 +32,11 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
- { name: "Weekly Deals", id: "deals" },
- { name: "Gallery", id: "categories" },
+ { name: "Offerings", id: "deals" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
- brandName="Zheng Supermarket"
+ brandName="Haven House Cafe"
button={{ text: "Visit", href: "#contact" }}
/>
@@ -45,25 +44,26 @@ export default function LandingPage() {
@@ -74,37 +74,20 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "1", badge: "Fresh", price: "£1.50", subtitle: "Vegetables", buttons: [{ text: "View Offer" }],
- features: ["Locally sourced", "Hand-picked", "Organically grown"],
+ id: "1", badge: "Signature", price: "$5.50", subtitle: "Artisan Lattes", buttons: [{ text: "Order Now" }],
+ features: ["Hand-roasted beans", "Local organic dairy", "Custom latte art"],
},
{
- id: "2", badge: "Meat", price: "£5.99", subtitle: "Beef", buttons: [{ text: "View Offer" }],
- features: ["Premium grade", "Freshly cut", "Grass fed"],
+ id: "2", badge: "Fresh", price: "$4.25", subtitle: "Daily Pastries", buttons: [{ text: "Order Now" }],
+ features: ["Baked daily on-site", "Seasonal ingredients", "Buttery & fresh"],
},
{
- id: "3", badge: "Asian", price: "£2.99", subtitle: "Dumplings", buttons: [{ text: "View Offer" }],
- features: ["Handmade", "Authentic taste", "Easy prep"],
+ id: "3", badge: "Quick", price: "$3.00", subtitle: "House Drip", buttons: [{ text: "Order Now" }],
+ features: ["Bottomless refills", "Ethically sourced", "Smooth profile"],
},
]}
- title="Weekly Deals"
- description="Exclusive discounts on our daily essentials."
- />
-
-
-
@@ -115,13 +98,11 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "John Doe", role: "Regular", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
- { id: "t2", name: "Jane Smith", role: "Regular", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-shopping-bags-close-up_23-2148225710.jpg" },
- { id: "t3", name: "Michael Brown", role: "Regular", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-food-market_23-2149082594.jpg" },
- { id: "t4", name: "Emily White", role: "Regular", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-with-shopping-cart-supermarket_23-2148216116.jpg" },
+ { id: "t1", name: "Sarah K.", role: "Local Resident", company: "Calgary NW", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-drinking-coffee_1262-12526.jpg" },
+ { id: "t2", name: "Mark T.", role: "Freelancer", company: "Calgary NW", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-working-laptop-cafe_23-2148225710.jpg" },
]}
- title="Customer Testimonials"
- description="Hear from our valued community members."
+ title="Community Love"
+ description="See what our regulars have to say about Haven House Cafe."
/>
@@ -130,12 +111,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- { id: "f1", title: "What are your opening hours?", content: "We are open daily from 8 AM to 9 PM." },
- { id: "f2", title: "Do you offer delivery?", content: "Yes, we offer local delivery within a 3-mile radius." },
- { id: "f3", title: "Where is the store located?", content: "We are located at the heart of Beddington." },
+ { id: "f1", title: "What are your opening hours?", content: "Monday - Friday: 7am - 8pm, Saturday - Sunday: 8am - 9pm." },
+ { id: "f2", title: "Where are you located?", content: "Visit us at 1107 48 Ave NW, Calgary." },
+ { id: "f3", title: "Do you offer WiFi?", content: "Yes, we provide complimentary high-speed WiFi for our guests." },
]}
title="Frequently Asked Questions"
- description="Quick answers for your peace of mind."
+ description="Need more details? We've got you covered."
faqsAnimation="slide-up"
/>
@@ -143,25 +124,25 @@ export default function LandingPage() {