From efb21aaffe1b0806df95e0e8b1402c7d4eebaeef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:56:00 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 125 +++++------------------------------------ 1 file changed, 14 insertions(+), 111 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ca4a87..1be8e1c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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 ( @@ -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() {