7 Commits

Author SHA1 Message Date
da8f2e952d Merge version_4 into main
Merge version_4 into main
2026-05-15 09:11:23 +00:00
c46ba6682e Update src/app/page.tsx 2026-05-15 09:11:17 +00:00
2414bd0cd5 Merge version_3 into main
Merge version_3 into main
2026-05-15 09:10:19 +00:00
7f4292d14f Update src/app/page.tsx 2026-05-15 09:10:16 +00:00
1e9de341f2 Merge version_3 into main
Merge version_3 into main
2026-05-15 09:09:52 +00:00
effacaf5b9 Update src/app/page.tsx 2026-05-15 09:09:49 +00:00
634c9206e2 Merge version_2 into main
Merge version_2 into main
2026-05-15 09:04:31 +00:00

View File

@@ -8,7 +8,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -32,38 +31,37 @@ 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"
button={{ text: "Visit", href: "#contact" }}
brandName="Haven House Cafe"
button={{ text: "View Menu", href: "#deals" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "gradient-bars" }}
title="Welcome to Zheng Supermarket Beddington"
description="Your local destination for fresh produce, authentic Asian ingredients, and daily grocery essentials. Quality you can trust, prices you'll love."
title="Your Cozy Haven in Calgary"
description="Welcome to Haven House Cafe, where every cup of coffee is crafted with care in a warm, inviting atmosphere. Experience comfort in every sip."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028609.jpg", imageAlt: "Fresh produce" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187350.jpg", imageAlt: "Fresh produce" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-interior-with-coffee-machine_23-2149187350.jpg", imageAlt: "Cafe atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-latte-with-latte-art_23-2149028609.jpg", imageAlt: "Handcrafted coffee" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/two-virgin-olive-oil-jars-with-seasonings-bottle-like-eifel-tower-shelf-with-cucumbers-supermarket-grocery-store-made-with-love_627829-8306.jpg", imageAlt: "Supermarket aisle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-woman-smelling-food-scoop-by-shelves-grocery-store_662251-1348.jpg", imageAlt: "Supermarket aisle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" },
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" },
]}
buttons={[{ text: "Weekly Deals", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
buttons={[{ text: "View Menu", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Serving the Beddington Community with Freshness"
buttons={[{ text: "Learn More", href: "#" }]}
title="A Home Away From Home"
buttons={[{ text: "Discover Our Story", href: "#" }]}
/>
</div>
@@ -74,37 +72,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."
/>
</div>
<div id="categories" data-section="categories">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Fresh Vegetables", price: "From £1.00", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-concept-with-ingredients_23-2149421128.jpg" },
{ id: "p2", name: "Fresh Meat", price: "From £4.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fresh-raw-red-meats-green-garlics-brown-wooden-cutting-board-tomatoes-pepper-nude-color-towel-knife-dark-color-background_179666-47452.jpg" },
{ id: "p3", name: "Frozen Food", price: "From £2.50", imageSrc: "http://img.b2bpic.net/free-photo/composition-healthy-raw-food-fridge_23-2149022087.jpg" },
{ id: "p4", name: "Asian Snacks", price: "From £1.50", imageSrc: "http://img.b2bpic.net/free-photo/long-refrigerator-with-food_1203-839.jpg" },
]}
title="Product Gallery"
description="See our fresh selection of high-quality products."
title="Café Offerings"
description="From artisanal lattes to fresh-baked goods, we have something to make your day brighter."
/>
</div>
@@ -115,13 +96,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."
/>
</div>
@@ -130,12 +109,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"
/>
</div>
@@ -143,28 +122,28 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Get In Touch"
description="We would love to hear from you. Reach out for any inquiries or feedback."
title="Find Us"
description="Located at 1107 48 Ave NW, Calgary. Come say hello!"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/wall-glass_1127-2093.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cozy-cafe-front_1127-2093.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/sesonal-vegetable-market-with-variety-agriculture-products-shelfs-boxes_613910-5422.jpg"
logoText="Zheng Supermarket"
imageSrc="http://img.b2bpic.net/free-photo/coffee-beans-and-cups_613910-5422.jpg"
logoText="Haven House Cafe"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Weekly Deals", href: "#deals" }, { label: "Gallery", href: "#categories" }] },
{ title: "Business Info", items: [{ label: "Support", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "Navigate", items: [{ label: "Home", href: "#hero" }, { label: "Offerings", href: "#deals" }] },
{ title: "Visit Us", items: [{ label: "Location", href: "#contact" }, { label: "Hours", href: "#faq" }] },
]}
copyrightText="© 2025 Zheng Supermarket. All rights reserved."
copyrightText="© 2025 Haven House Cafe. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}