Merge version_1 into main #2
246
src/app/page.tsx
246
src/app/page.tsx
@@ -28,90 +28,41 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Processing",
|
||||
id: "services",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Services", id: "services" },
|
||||
]}
|
||||
brandName="Delta Meat & Sausage"
|
||||
button={{ text: "Contact Us", href: "#footer" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Alaska's Finest Meats Crafted the Right Way"
|
||||
description="Locally raised, expertly processed. Legendary sausages and wild game—trusted for over 50 years. Whether you're hunting, cooking, or just passing through, we do it right. Every cut. Every time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Our Meats",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Process Your Game",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Shop Our Meats", href: "#products" },
|
||||
{ text: "Process Your Game", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg",
|
||||
alt: "Local Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-hipster-man-taking-pictures-using-smartphone-wild-nature-winter-vacation-hiking_285396-2019.jpg",
|
||||
alt: "Outdoor Guide",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117522.jpg",
|
||||
alt: "Family Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ball_23-2149042182.jpg",
|
||||
alt: "Traveler",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg",
|
||||
alt: "Artisan Meat",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg", alt: "Local Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-hipster-man-taking-pictures-using-smartphone-wild-nature-winter-vacation-hiking_285396-2019.jpg", alt: "Outdoor Guide" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117522.jpg", alt: "Family Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ball_23-2149042182.jpg", alt: "Traveler" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg", alt: "Artisan Meat" },
|
||||
]}
|
||||
avatarText="Loved by thousands of Alaskans"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Raised",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "50 Years Heritage",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wild Game Specialist",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted Sausage",
|
||||
},
|
||||
{ type: "text", text: "Locally Raised" },
|
||||
{ type: "text", text: "Family Owned" },
|
||||
{ type: "text", text: "50 Years Heritage" },
|
||||
{ type: "text", text: "Wild Game Specialist" },
|
||||
{ type: "text", text: "Handcrafted Sausage" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,14 +71,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "50 Years of Heritage & Craft",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-meat-man-dressed-fleece-shirt-holds-axe-fresh-cut-meat_613910-16028.jpg",
|
||||
},
|
||||
{ type: "text", content: "50 Years of Heritage & Craft" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/portrait-bearded-meat-man-dressed-fleece-shirt-holds-axe-fresh-cut-meat_613910-16028.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,24 +84,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Artisan Smoked Sausages",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Premium Alaskan Ribeye",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Wild Game Jerky",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg?_wi=1",
|
||||
},
|
||||
{ id: "1", name: "Artisan Smoked Sausages", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg" },
|
||||
{ id: "2", name: "Premium Alaskan Ribeye", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg" },
|
||||
{ id: "3", name: "Wild Game Jerky", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg" },
|
||||
]}
|
||||
title="Our Signature Cuts"
|
||||
description="From local farms to your table, experience the quality of Alaska's premier meat selection."
|
||||
@@ -169,45 +99,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Game Intake",
|
||||
description: "Professional assessment and tracking of your harvest.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg?_wi=2",
|
||||
imageAlt: "traditional butcher shop interior",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Custom Butchering",
|
||||
description: "Precision cuts based on your specific cooking needs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-meat-man-dressed-fleece-shirt-holds-axe-fresh-cut-meat_613910-16028.jpg",
|
||||
imageAlt: "family owned butcher shop owners",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Sausage Blending",
|
||||
description: "Signature spice recipes for your wild game.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg?_wi=3",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=4",
|
||||
imageAlt: "smoked sausage link close up",
|
||||
},
|
||||
{ id: 1, title: "Game Intake", description: "Professional assessment and tracking of your harvest.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg" } },
|
||||
{ id: 2, title: "Custom Butchering", description: "Precision cuts based on your specific cooking needs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg" } },
|
||||
{ id: 3, title: "Sausage Blending", description: "Signature spice recipes for your wild game.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg" } },
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Expert Game Processing"
|
||||
@@ -221,60 +115,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Resident",
|
||||
company: "Wasilla",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike R.",
|
||||
role: "Guide",
|
||||
company: "Outdoor Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-taking-pictures-using-smartphone-wild-nature-winter-vacation-hiking_285396-2019.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "The Miller Family",
|
||||
role: "Cooking Fans",
|
||||
company: "Anchorage",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117522.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Traveler",
|
||||
company: "RV Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ball_23-2149042182.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
role: "Hunter",
|
||||
company: "Fairbanks",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Local Resident", company: "Wasilla", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg" },
|
||||
{ id: "2", name: "Mike R.", role: "Guide", company: "Outdoor Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-taking-pictures-using-smartphone-wild-nature-winter-vacation-hiking_285396-2019.jpg" },
|
||||
{ id: "3", name: "The Miller Family", role: "Cooking Fans", company: "Anchorage", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117522.jpg" },
|
||||
{ id: "4", name: "David L.", role: "Traveler", company: "RV Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-ball_23-2149042182.jpg" },
|
||||
{ id: "5", name: "Elena M.", role: "Hunter", company: "Fairbanks", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50+",
|
||||
label: "Years Served",
|
||||
},
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Happy Hunters",
|
||||
},
|
||||
{
|
||||
value: "5000+",
|
||||
label: "Community Friends",
|
||||
},
|
||||
{ value: "50+", label: "Years Served" },
|
||||
{ value: "1000+", label: "Happy Hunters" },
|
||||
{ value: "5000+", label: "Community Friends" },
|
||||
]}
|
||||
title="Trusted by Alaskans"
|
||||
description="Hear what our local families, hunters, and visitors have to say about our craft."
|
||||
@@ -285,29 +135,15 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Shop Meats",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Processing",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Shop Meats", href: "#products" },
|
||||
{ label: "Processing", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Visit Us", href: "#" },
|
||||
{ label: "Call Us", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user