2 Commits

Author SHA1 Message Date
93966e7fc9 Merge version_2 into main
Merge version_2 into main
2026-05-02 19:47:08 +00:00
dceb0c7369 Update src/app/page.tsx 2026-05-02 19:47:05 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Favourites",
id: "features",
},
name: "Favourites", id: "features"},
{
name: "Cuts",
id: "products",
},
name: "Cuts", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Lower Nicola Meats"
/>
@@ -54,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Premium local meats. Hometown butcher care."
description="Stop in for fresh cuts, house-smoked bacon, and famous jerky. Worth the drive from Merritt and beyond."
buttons={[
{
text: "Call to Order",
href: "#contact",
},
text: "Call to Order", href: "#contact"},
{
text: "Get Directions",
href: "#contact",
},
text: "Get Directions", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-meat-with-chili-blackboard_23-2148611090.jpg"
imageAlt="fresh butcher meat shop display"
@@ -80,23 +67,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Hand-Cut Steaks",
description: "Custom-cut ribeye, roasts, and prime cuts prepared just how you like.",
imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-wooden-board_140725-6783.jpg",
imageAlt: "hand cut raw steak closeup",
},
title: "Hand-Cut Steaks", description: "Custom-cut ribeye, roasts, and prime cuts prepared just how you like.", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-wooden-board_140725-6783.jpg", imageAlt: "hand cut raw steak closeup"},
{
title: "House-Smoked Bacon",
description: "Rich, flavourful, and perfectly smoked. A breakfast and burger essential.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-composition_23-2148980276.jpg",
imageAlt: "smoked bacon crispy strips",
},
title: "House-Smoked Bacon", description: "Rich, flavourful, and perfectly smoked. A breakfast and burger essential.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-composition_23-2148980276.jpg", imageAlt: "smoked bacon crispy strips"},
{
title: "Famous Jerky & Pepperoni",
description: "The must-stop road snack. Honey garlic sticks, beef jerky, and hot pepperoni.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149267332.jpg",
imageAlt: "beef jerky snacks on table",
},
title: "Famous Jerky & Pepperoni", description: "The must-stop road snack. Honey garlic sticks, beef jerky, and hot pepperoni.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-arrangement_23-2149267332.jpg", imageAlt: "beef jerky snacks on table"},
]}
title="Why People Love Us"
description="More than just a butcher shop. A local destination for fresh, delicious, and affordable quality."
@@ -111,47 +86,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Premium Ground Beef",
price: "$12.00/kg",
imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1546.jpg",
imageAlt: "fresh ground beef butcher",
},
id: "p1", name: "Premium Ground Beef", price: "$12.00/kg", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1546.jpg", imageAlt: "fresh ground beef butcher"},
{
id: "p2",
name: "Fresh Pork Chops",
price: "$18.00/kg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-raw-fishes-pepper-onion-greens-tomatoes-wooden-cutting-board-mix-color-surface_179666-42429.jpg",
imageAlt: "pork loin fresh cut",
},
id: "p2", name: "Fresh Pork Chops", price: "$18.00/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-raw-fishes-pepper-onion-greens-tomatoes-wooden-cutting-board-mix-color-surface_179666-42429.jpg", imageAlt: "pork loin fresh cut"},
{
id: "p3",
name: "House Smoked Brisket",
price: "$25.00/kg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-steak-old-wooden-board-dark-background-closeup_1220-6657.jpg",
imageAlt: "marinated brisket raw",
},
id: "p3", name: "House Smoked Brisket", price: "$25.00/kg", imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-steak-old-wooden-board-dark-background-closeup_1220-6657.jpg", imageAlt: "marinated brisket raw"},
{
id: "p4",
name: "Hand-Cut Ribeye",
price: "$35.00/kg",
imageSrc: "http://img.b2bpic.net/free-photo/raw-t-bone-steak-with-rosemary-spices-dark-wood_84443-72387.jpg",
imageAlt: "ribeye steak raw premium",
},
id: "p4", name: "Hand-Cut Ribeye", price: "$35.00/kg", imageSrc: "http://img.b2bpic.net/free-photo/raw-t-bone-steak-with-rosemary-spices-dark-wood_84443-72387.jpg", imageAlt: "ribeye steak raw premium"},
{
id: "p5",
name: "Lamb Loin Chops",
price: "$32.00/kg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-meat-with-tomatoes-mushrooms-with-cheese-bell-pepper-spices-tray_141793-12586.jpg",
imageAlt: "lamb chops fresh butcher",
},
id: "p5", name: "Lamb Loin Chops", price: "$32.00/kg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-meat-with-tomatoes-mushrooms-with-cheese-bell-pepper-spices-tray_141793-12586.jpg", imageAlt: "lamb chops fresh butcher"},
{
id: "p6",
name: "Honey Garlic Pepperoni",
price: "$15.00/pk",
imageSrc: "http://img.b2bpic.net/free-photo/butcher-pepper-tied-piece-steak-meat-smoke-closeup_346278-622.jpg",
imageAlt: "pepperoni stick snack bunch",
},
id: "p6", name: "Honey Garlic Pepperoni", price: "$15.00/pk", imageSrc: "http://img.b2bpic.net/free-photo/butcher-pepper-tied-piece-steak-meat-smoke-closeup_346278-622.jpg", imageAlt: "pepperoni stick snack bunch"},
]}
title="Customer Favourites"
description="Explore our freshest selections, from freezer staples to artisan smoked snacks."
@@ -165,20 +110,11 @@ export default function LandingPage() {
tag="Quality Assured"
metrics={[
{
id: "m1",
value: "4.9",
description: "Stars rating",
},
id: "m1", value: "4.9", description: "Stars rating"},
{
id: "m2",
value: "121",
description: "Verified reviews",
},
id: "m2", value: "121", description: "Verified reviews"},
{
id: "m3",
value: "100%",
description: "Locally sourced",
},
id: "m3", value: "100%", description: "Locally sourced"},
]}
/>
</div>
@@ -189,50 +125,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Best meat around",
quote: "Best meat in the Nicola Valley and far beyond. Steaks, bacon, pepperoni — all unmatched.",
name: "Sarah Johnson",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-confident-looking-side-street_839833-25647.jpg",
imageAlt: "happy customer butcher shop",
},
id: "1", title: "Best meat around", quote: "Best meat in the Nicola Valley and far beyond. Steaks, bacon, pepperoni — all unmatched.", name: "Sarah Johnson", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-smiling-confident-looking-side-street_839833-25647.jpg", imageAlt: "happy customer butcher shop"},
{
id: "2",
title: "Must-visit",
quote: "Do not miss this amazing meat shop. This is a must-visit destination.",
name: "Michael Chen",
role: "Traveler",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-delicious-pizza_23-2149437543.jpg",
imageAlt: "traveller happy experience",
},
id: "2", title: "Must-visit", quote: "Do not miss this amazing meat shop. This is a must-visit destination.", name: "Michael Chen", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-delicious-pizza_23-2149437543.jpg", imageAlt: "traveller happy experience"},
{
id: "3",
title: "Superb quality",
quote: "The butcher hand-cut us ribeye steaks that were superb looking and better tasting.",
name: "Emily Rodriguez",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-taking-selfie-with-fresh-pepper-using-smartphone_1258-204632.jpg",
imageAlt: "food blogger review portrait",
},
id: "3", title: "Superb quality", quote: "The butcher hand-cut us ribeye steaks that were superb looking and better tasting.", name: "Emily Rodriguez", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-taking-selfie-with-fresh-pepper-using-smartphone_1258-204632.jpg", imageAlt: "food blogger review portrait"},
{
id: "4",
title: "Friendly staff",
quote: "Always fresh, delicious, and the staff make every visit a pleasant one.",
name: "David Kim",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-meat-man-dressed-fleece-shirt-holds-axe-fresh-cut-meat_613910-16028.jpg",
imageAlt: "satisfied family shopping butcher",
},
id: "4", title: "Friendly staff", quote: "Always fresh, delicious, and the staff make every visit a pleasant one.", name: "David Kim", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-meat-man-dressed-fleece-shirt-holds-axe-fresh-cut-meat_613910-16028.jpg", imageAlt: "satisfied family shopping butcher"},
{
id: "5",
title: "Worth the drive",
quote: "Whatever the drive, it is always worth it for their famous pepperoni and jerky.",
name: "Anna Smith",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-butcher-pouring-pepper-meat-slice-dark-surface_179666-44102.jpg",
imageAlt: "food enthusiast portrait",
},
id: "5", title: "Worth the drive", quote: "Whatever the drive, it is always worth it for their famous pepperoni and jerky.", name: "Anna Smith", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-butcher-pouring-pepper-meat-slice-dark-surface_179666-44102.jpg", imageAlt: "food enthusiast portrait"},
]}
title="What Locals Say"
description="Experience why customers say we are worth the drive."
@@ -245,20 +146,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "Do you offer custom cuts?",
content: "Yes! Just ask our butchers and we will prepare ribeye, roasts, or any other cut to your specifications.",
},
id: "faq1", title: "Do you offer custom cuts?", content: "Yes! Just ask our butchers and we will prepare ribeye, roasts, or any other cut to your specifications."},
{
id: "faq2",
title: "Are you local?",
content: "Yes, we are a Lower Nicola institution serving the Nicola Valley and beyond.",
},
id: "faq2", title: "Are you local?", content: "Yes, we are a Lower Nicola institution serving the Nicola Valley and beyond."},
{
id: "faq3",
title: "Can I order online?",
content: "We offer call-to-order services. Reach out today for your meat packs or specific cuts.",
},
id: "faq3", title: "Can I order online?", content: "We offer call-to-order services. Reach out today for your meat packs or specific cuts."},
]}
title="Common Questions"
description="Everything you need to know about our shop and selection."
@@ -270,23 +162,15 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Visit Us Today"
description="Come for the jerky. Leave with dinner planned. Stop in for fresh cuts, smoked favourites, and local butcher quality."
description="540 Nicola Hwy, Lower Nicola, BC V0K 1Y0 | Phone: (250) 378-6879 | Operating Hours: Open daily, closing at 5 p.m."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Email Address",
},
name: "email", type: "email", placeholder: "Email Address"},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
}}
name: "message", placeholder: "How can we help?"}}
imageSrc="http://img.b2bpic.net/free-photo/downtown-restaurant-shopfront_53876-75135.jpg"
imageAlt="butcher shop interior storefront"
/>