Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-04-17 11:56:05 +00:00
4 changed files with 52 additions and 632 deletions

View File

@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Services",
id: "/services",
},
{
name: "Process",
id: "/process",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Services", id: "/services" },
{ name: "Process", id: "/process" },
{ name: "Contact", id: "/contact" }
]}
brandName="The Backyard Taxidermist"
/>
@@ -60,20 +42,11 @@ export default function LandingPage() {
title="Meet Brian Turek"
description="With years of expertise and a passion for wildlife preservation, Brian treats every client's trophy with the care it deserves."
metrics={[
{
value: "15+",
title: "Years Experience",
},
{
value: "500+",
title: "Successful Mounts",
},
{
value: "95%",
title: "Repeat Clients",
},
{ value: "15+", title: "Years Experience" },
{ value: "500+", title: "Successful Mounts" },
{ value: "95%", title: "Repeat Clients" }
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-sitting-desk_23-2148944946.jpg"
imageSrc="asset://about-brian__2"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -87,30 +60,8 @@ export default function LandingPage() {
title="Our Philosophy"
description="Building trust through transparent processes and artistic dedication."
features={[
{
title: "Integrity",
description: "Honesty in every interaction.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-female-dressed-old-fashioned-jacket-holds-red-badger-dog_613910-16030.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hunter-man-holds-deer-s-skull_613910-2917.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-animals-day_23-2149058026.jpg?_wi=1",
imageAlt: "Front view arrangement for animals day",
},
{
title: "Quality",
description: "Unmatched craftsmanship.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-female-dressed-old-fashioned-jacket-holds-red-badger-dog_613910-719.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-suit-with-black-bulldog_1157-33148.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600789.jpg?_wi=4",
imageAlt: "Front view arrangement for animals day",
},
{ title: "Integrity", description: "Honesty in every interaction.", phoneOne: { imageSrc: "asset://gen-stock-rsv-34" }, phoneTwo: { imageSrc: "asset://gen-stock-rsv-35" } },
{ title: "Quality", description: "Unmatched craftsmanship.", phoneOne: { imageSrc: "asset://gen-stock-rsv-36" }, phoneTwo: { imageSrc: "asset://gen-stock-rsv-37" } }
]}
showStepNumbers={false}
/>
@@ -119,55 +70,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The Backyard Taxidermist"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Shoulder Mounts",
href: "/services",
},
{
label: "Bear Rugs",
href: "/services",
},
{
label: "Custom Work",
href: "/services",
},
],
},
{
title: "Contact Info",
items: [
{
label: "Phone: (555) 123-4567",
href: "#",
},
{
label: "Email: brian@backyardtaxidermist.com",
href: "mailto:brian@backyardtaxidermist.com",
},
],
},
]}
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] }, { title: "Services", items: [{ label: "Shoulder Mounts", href: "/services" }, { label: "Bear Rugs", href: "/services" }, { label: "Custom Work", href: "/services" }] }, { title: "Contact Info", items: [{ label: "Phone: (555) 123-4567", href: "#" }, { label: "Email: brian@backyardtaxidermist.com", href: "mailto:brian@backyardtaxidermist.com" }] }]}
copyrightText="© 2024 The Backyard Taxidermist. All rights reserved."
/>
</div>

View File

@@ -28,30 +28,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Services",
id: "/services",
},
{
name: "Process",
id: "/process",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Services", id: "/services" },
{ name: "Process", id: "/process" },
{ name: "Contact", id: "/contact" }
]}
brandName="The Backyard Taxidermist"
/>
@@ -59,69 +41,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "downward-rays-static-grid",
}}
background={{ variant: "downward-rays-static-grid" }}
title="Precision Taxidermy. Built to Last."
description="Meticulous craftsmanship, honest pricing, and mounts youll be proud to display."
buttons={[
{
text: "Get a Quote",
href: "/contact",
},
{
text: "View Work",
href: "/gallery",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600789.jpg?_wi=1"
buttons={[{ text: "Get a Quote", href: "/contact" }, { text: "View Work", href: "/gallery" }]}
imageSrc="asset://hero-taxidermy"
imageAlt="Professional taxidermy workshop and wildlife mounts"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309591.jpg",
alt: "Portrait of park ranger",
},
{
src: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-young-bearded-man-wearing-black-snapback-backwards-standing-against-exotic-green-nature-with-waterfall-caucasian-tourist-spending-vacations-rainforest_273609-1605.jpg",
alt: "Outdoor portrait of young bearded man",
},
{
src: "http://img.b2bpic.net/free-photo/man-tree-worker-builder-people_1303-316.jpg",
alt: "Man tree worker",
},
{
src: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9079.jpg",
alt: "Tourist by bonfire",
},
{
src: "http://img.b2bpic.net/free-photo/happy-african-man-smiling-posing-with-crossed-arms_176420-12636.jpg",
alt: "Happy african man",
},
]}
avatars={[{ src: "asset://gen-stock-rsv-16", alt: "Portrait of park ranger" }, { src: "asset://gen-stock-rsv-17", alt: "Outdoor portrait of young bearded man" }, { src: "asset://gen-stock-rsv-18", alt: "Man tree worker" }, { src: "asset://gen-stock-rsv-19", alt: "Tourist by bonfire" }, { src: "asset://gen-stock-rsv-20", alt: "Happy african man" }]}
avatarText="Trusted by 500+ outdoor enthusiasts"
marqueeItems={[
{
type: "text",
text: "Expert Craftsmanship",
},
{
type: "text",
text: "Fast Turnaround",
},
{
type: "text",
text: "Professional Quality",
},
{
type: "text",
text: "Custom Mounts",
},
{
type: "text",
text: "Museum Grade",
},
]}
marqueeItems={[{ type: "text", text: "Expert Craftsmanship" }, { type: "text", text: "Fast Turnaround" }, { type: "text", text: "Professional Quality" }, { type: "text", text: "Custom Mounts" }, { type: "text", text: "Museum Grade" }]}
/>
</div>
@@ -131,53 +60,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "The Backyard Taxidermist",
name: "Moose Shoulder Mount",
price: "Custom",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-feathers-organic-background_23-2148872790.jpg?_wi=1",
},
{
id: "p2",
brand: "The Backyard Taxidermist",
name: "Bear Rug",
price: "Custom",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686862.jpg?_wi=1",
},
{
id: "p3",
brand: "The Backyard Taxidermist",
name: "Whitetail Mount",
price: "Custom",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/view-horse-with-mechanical-robotic-parts-futuristic-style_23-2151626188.jpg?_wi=1",
},
{
id: "p4",
brand: "The Backyard Taxidermist",
name: "Elk Shoulder Mount",
price: "Custom",
rating: 5,
reviewCount: "11",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-threads-knitting-top-view_169016-49685.jpg",
},
{
id: "p5",
brand: "The Backyard Taxidermist",
name: "Boar Mount",
price: "Custom",
rating: 5,
reviewCount: "7",
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-elk-with-nature-landscape_23-2151017772.jpg",
},
]}
products={[{ id: "p1", brand: "The Backyard Taxidermist", name: "Moose Shoulder Mount", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "asset://work-1" }, { id: "p2", brand: "The Backyard Taxidermist", name: "Bear Rug", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "asset://work-2" }, { id: "p3", brand: "The Backyard Taxidermist", name: "Whitetail Mount", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "asset://work-3" }, { id: "p4", brand: "The Backyard Taxidermist", name: "Elk Shoulder Mount", price: "Custom", rating: 5, reviewCount: "11", imageSrc: "asset://work-1__2" }, { id: "p5", brand: "The Backyard Taxidermist", name: "Boar Mount", price: "Custom", rating: 5, reviewCount: "7", imageSrc: "asset://work-2__2" }]}
title="Featured Craftsmanship"
description="Expert mounts ranging from impressive shoulder pieces to full game displays."
/>
@@ -187,63 +70,7 @@ export default function LandingPage() {
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
date: "Jan 2024",
title: "Repeat Client",
quote: "Always turned out meticulous! Very thorough, knowledgeable, friendly, and quite affordable. Can't recommend enough!",
tag: "Expertise",
avatarSrc: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9080.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600789.jpg?_wi=2",
imageAlt: "portrait happy middle aged hunter outdoors",
},
{
id: "t2",
name: "Michael Chen",
date: "Dec 2023",
title: "Hunter",
quote: "Brian is the best! All flawless… everyone Ive referred is impressed.",
tag: "Quality",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-shiny-smile_158595-3430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-feathers-organic-background_23-2148872790.jpg?_wi=2",
imageAlt: "portrait happy middle aged hunter outdoors",
},
{
id: "t3",
name: "Emily Rodriguez",
date: "Nov 2023",
title: "Client",
quote: "Exceptional care… beautiful work. Highly recommend him to everyone.",
tag: "Service",
avatarSrc: "http://img.b2bpic.net/free-photo/man-lying-grass-forest-two-bicycles-background_613910-11797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686862.jpg?_wi=2",
imageAlt: "portrait happy middle aged hunter outdoors",
},
{
id: "t4",
name: "David Kim",
date: "Oct 2023",
title: "Client",
quote: "Brian's attention to detail is unmatched in the local industry.",
tag: "Detail",
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-enjoying-view-trip-mountains_329181-19202.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-horse-with-mechanical-robotic-parts-futuristic-style_23-2151626188.jpg?_wi=2",
imageAlt: "portrait happy middle aged hunter outdoors",
},
{
id: "t5",
name: "Mark Wilson",
date: "Sep 2023",
title: "Repeat Client",
quote: "Reliable, honest, and truly a master craftsman.",
tag: "Reliability",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-funny-young-dark-skinned-african-male-with-curly-hair-grey-sporty-wear-touching-his-muscles-with-hand-looking-camera-with-silly-expression-sport-concept_176420-13060.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-female-dressed-old-fashioned-jacket-holds-red-badger-dog_613910-741.jpg?_wi=1",
imageAlt: "portrait happy middle aged hunter outdoors",
},
]}
testimonials={[{ id: "t1", name: "Sarah Johnson", date: "Jan 2024", title: "Repeat Client", quote: "Always turned out meticulous! Very thorough, knowledgeable, friendly, and quite affordable. Can't recommend enough!", tag: "Expertise", avatarSrc: "asset://testimonial-1", imageSrc: "asset://hero-taxidermy", imageAlt: "portrait happy middle aged hunter outdoors" }, { id: "t2", name: "Michael Chen", date: "Dec 2023", title: "Hunter", quote: "Brian is the best! All flawless… everyone Ive referred is impressed.", tag: "Quality", avatarSrc: "asset://testimonial-2", imageSrc: "asset://work-1", imageAlt: "portrait happy middle aged hunter outdoors" }, { id: "t3", name: "Emily Rodriguez", date: "Nov 2023", title: "Client", quote: "Exceptional care… beautiful work. Highly recommend him to everyone.", tag: "Service", avatarSrc: "asset://testimonial-3", imageSrc: "asset://work-2", imageAlt: "portrait happy middle aged hunter outdoors" }, { id: "t4", name: "David Kim", date: "Oct 2023", title: "Client", quote: "Brian's attention to detail is unmatched in the local industry.", tag: "Detail", avatarSrc: "asset://testimonial-4", imageSrc: "asset://work-3", imageAlt: "portrait happy middle aged hunter outdoors" }, { id: "t5", name: "Mark Wilson", date: "Sep 2023", title: "Repeat Client", quote: "Reliable, honest, and truly a master craftsman.", tag: "Reliability", avatarSrc: "asset://testimonial-5", imageSrc: "asset://about-brian", imageAlt: "portrait happy middle aged hunter outdoors" }]}
title="Trusted by Hunters"
description="Hear what our repeat customers have to say about Brian's work."
/>
@@ -254,44 +81,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Meticulous Detail",
description: "Every mount is carefully crafted with artistic precision.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/cowboy-background-concept_23-2149395991.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/half-fox-half-robot-fantasy-style_23-2151601086.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600789.jpg?_wi=3",
imageAlt: "professional moose head taxidermy mount",
},
{
title: "Proven Experience",
description: "Trusted by repeat clients and long-term referrals.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/moose-wild_23-2151585447.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-moose-studio_23-2151543570.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-feathers-organic-background_23-2148872790.jpg?_wi=3",
imageAlt: "professional moose head taxidermy mount",
},
{
title: "Fair Pricing",
description: "High-quality taxidermy without the corporate-inflated costs.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/decorative-items-cozy-home-interior_169016-1868.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pair-wild-elks-nature_23-2150882406.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686862.jpg?_wi=3",
imageAlt: "professional moose head taxidermy mount",
},
]}
features={[{ title: "Meticulous Detail", description: "Every mount is carefully crafted with artistic precision.", phoneOne: { imageSrc: "asset://work-1__3" }, phoneTwo: { imageSrc: "asset://work-2__3" } }, { title: "Proven Experience", description: "Trusted by repeat clients and long-term referrals.", phoneOne: { imageSrc: "asset://work-3__3" }, phoneTwo: { imageSrc: "asset://work-1__4" } }, { title: "Fair Pricing", description: "High-quality taxidermy without the corporate-inflated costs.", phoneOne: { imageSrc: "asset://work-2__4" }, phoneTwo: { imageSrc: "asset://work-3__4" } }]}
showStepNumbers={true}
title="Why Choose Us"
description="We prioritize quality and reputation in every project."
@@ -302,29 +92,8 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Step 1: Contact/Quote",
content: "Reach out to Brian to discuss your trophy and receive an honest quote.",
},
{
id: "f2",
title: "Step 2: Drop-off",
content: "Bring your hide or game to our workshop according to your scheduled appointment.",
},
{
id: "f3",
title: "Step 3: Crafting",
content: "Brian meticulously cleans, preserves, and mounts your trophy.",
},
{
id: "f4",
title: "Step 4: Completion",
content: "Once completed, we notify you for pickup and provide display care tips.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/stylish-blonde-female-dressed-old-fashioned-jacket-holds-red-badger-dog_613910-741.jpg?_wi=2"
faqs={[{ id: "f1", title: "Step 1: Contact/Quote", content: "Reach out to Brian to discuss your trophy and receive an honest quote." }, { id: "f2", title: "Step 2: Drop-off", content: "Bring your hide or game to our workshop according to your scheduled appointment." }, { id: "f3", title: "Step 3: Crafting", content: "Brian meticulously cleans, preserves, and mounts your trophy." }, { id: "f4", title: "Step 4: Completion", content: "Once completed, we notify you for pickup and provide display care tips." }]}
imageSrc="asset://about-brian"
title="Simple Process"
description="From drop-off to completion."
faqsAnimation="slide-up"
@@ -335,55 +104,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The Backyard Taxidermist"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Shoulder Mounts",
href: "/services",
},
{
label: "Bear Rugs",
href: "/services",
},
{
label: "Custom Work",
href: "/services",
},
],
},
{
title: "Contact Info",
items: [
{
label: "Phone: (555) 123-4567",
href: "#",
},
{
label: "Email: brian@backyardtaxidermist.com",
href: "mailto:brian@backyardtaxidermist.com",
},
],
},
]}
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] }, { title: "Services", items: [{ label: "Shoulder Mounts", href: "/services" }, { label: "Bear Rugs", href: "/services" }, { label: "Custom Work", href: "/services" }] }, { title: "Contact Info", items: [{ label: "Phone: (555) 123-4567", href: "#" }, { label: "Email: brian@backyardtaxidermist.com", href: "mailto:brian@backyardtaxidermist.com" }] }]}
copyrightText="© 2024 The Backyard Taxidermist. All rights reserved."
/>
</div>

View File

@@ -6,7 +6,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function ProcessPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,30 +24,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Services",
id: "/services",
},
{
name: "Process",
id: "/process",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Services", id: "/services" },
{ name: "Process", id: "/process" },
{ name: "Contact", id: "/contact" }
]}
brandName="The Backyard Taxidermist"
/>
@@ -59,75 +41,17 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Technical Details"
description="Answers to technical questions about preservation."
faqs={[
{
id: "f1",
title: "Preservation Methods",
content: "We use modern, safe chemistry.",
},
{
id: "f2",
title: "Mount Materials",
content: "High-density polyurethane forms.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986270.jpg"
faqs={[{ id: "f1", title: "Preservation Methods", content: "We use modern, safe chemistry." }, { id: "f2", title: "Mount Materials", content: "High-density polyurethane forms." }]}
imageSrc="asset://gen-stock-rsv-49"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The Backyard Taxidermist"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Shoulder Mounts",
href: "/services",
},
{
label: "Bear Rugs",
href: "/services",
},
{
label: "Custom Work",
href: "/services",
},
],
},
{
title: "Contact Info",
items: [
{
label: "Phone: (555) 123-4567",
href: "#",
},
{
label: "Email: brian@backyardtaxidermist.com",
href: "mailto:brian@backyardtaxidermist.com",
},
],
},
]}
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] }, { title: "Services", items: [{ label: "Shoulder Mounts", href: "/services" }, { label: "Bear Rugs", href: "/services" }, { label: "Custom Work", href: "/services" }] }, { title: "Contact Info", items: [{ label: "Phone: (555) 123-4567", href: "#" }, { label: "Email: brian@backyardtaxidermist.com", href: "mailto:brian@backyardtaxidermist.com" }] }]}
copyrightText="© 2024 The Backyard Taxidermist. All rights reserved."
/>
</div>

View File

@@ -6,7 +6,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
@@ -24,30 +24,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Services",
id: "/services",
},
{
name: "Process",
id: "/process",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Services", id: "/services" },
{ name: "Process", id: "/process" },
{ name: "Contact", id: "/contact" }
]}
brandName="The Backyard Taxidermist"
/>
@@ -58,44 +40,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
title: "Shoulder Mounts",
description: "Expertly sculpted shoulder displays.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/half-rhino-half-robot-creature_23-2151730715.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/home-interior-design-with-copy-space_23-2148786480.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600789.jpg?_wi=5",
imageAlt: "professional moose head taxidermy mount",
},
{
title: "Full Mounts",
description: "Comprehensive full animal displays.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-teenager-with-baseball-teenager_23-2148262452.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-moose-wild_23-2151543483.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-feathers-organic-background_23-2148872790.jpg?_wi=4",
imageAlt: "professional moose head taxidermy mount",
},
{
title: "Rugs & Custom",
description: "Bespoke game mount services.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-enjoying-favorite-job-workshop-potter-carefully-works-ceramic-whale_1153-6730.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-elk-with-nature-landscape_23-2151017783.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686862.jpg?_wi=4",
imageAlt: "professional moose head taxidermy mount",
},
]}
features={[{ title: "Shoulder Mounts", description: "Expertly sculpted shoulder displays.", phoneOne: { imageSrc: "asset://work-1__5" }, phoneTwo: { imageSrc: "asset://work-2__5" } }, { title: "Full Mounts", description: "Comprehensive full animal displays.", phoneOne: { imageSrc: "asset://work-3__5" }, phoneTwo: { imageSrc: "asset://work-1__6" } }, { title: "Rugs & Custom", description: "Bespoke game mount services.", phoneOne: { imageSrc: "asset://work-2__6" }, phoneTwo: { imageSrc: "asset://work-3__6" } }]}
showStepNumbers={false}
title="Professional Services"
description="High-quality taxidermy for all types of big game."
@@ -109,32 +54,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Maintenance & Care"
description="Keep your trophies looking great for generations."
features={[
{
title: "Dusting Tips",
description: "Safe maintenance methods.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-animals-day_23-2149058026.jpg?_wi=2",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-half-fox-half-robot_23-2151601012.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/artisan-doing-woodcutting_23-2150600789.jpg?_wi=6",
imageAlt: "Front view arrangement for animals day",
},
{
title: "Environment",
description: "Humidity control for long life.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-white-tailed-deer-rocky-mountains_181624-45209.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/half-robot-animal-wild-life_23-2151730680.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-feathers-organic-background_23-2148872790.jpg?_wi=5",
imageAlt: "Front view arrangement for animals day",
},
]}
features={[{ title: "Dusting Tips", description: "Safe maintenance methods.", phoneOne: { imageSrc: "asset://gen-stock-rsv-43" }, phoneTwo: { imageSrc: "asset://gen-stock-rsv-44" } }, { title: "Environment", description: "Humidity control for long life.", phoneOne: { imageSrc: "asset://gen-stock-rsv-45" }, phoneTwo: { imageSrc: "asset://gen-stock-rsv-46" } }]}
showStepNumbers={false}
/>
</div>
@@ -142,55 +62,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="The Backyard Taxidermist"
columns={[
{
title: "Quick Links",
items: [
{
label: "About",
href: "/about",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Services",
items: [
{
label: "Shoulder Mounts",
href: "/services",
},
{
label: "Bear Rugs",
href: "/services",
},
{
label: "Custom Work",
href: "/services",
},
],
},
{
title: "Contact Info",
items: [
{
label: "Phone: (555) 123-4567",
href: "#",
},
{
label: "Email: brian@backyardtaxidermist.com",
href: "mailto:brian@backyardtaxidermist.com",
},
],
},
]}
columns={[{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] }, { title: "Services", items: [{ label: "Shoulder Mounts", href: "/services" }, { label: "Bear Rugs", href: "/services" }, { label: "Custom Work", href: "/services" }] }, { title: "Contact Info", items: [{ label: "Phone: (555) 123-4567", href: "#" }, { label: "Email: brian@backyardtaxidermist.com", href: "mailto:brian@backyardtaxidermist.com" }] }]}
copyrightText="© 2024 The Backyard Taxidermist. All rights reserved."
/>
</div>