Update src/app/about/page.tsx
This commit is contained in:
@@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import { CheckCircle, Target, Heart, Calendar } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,27 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="B & B Business Services LLC"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,33 +47,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Integrity",
|
||||
description: "Our principals built this company on a foundation of integrity, ensuring honest and transparent dealings with every client.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-ceo_482257-122705.jpg",
|
||||
imageAlt: "Empty modern corporate high end office space designed for a CEO",
|
||||
},
|
||||
title: "Integrity", description: "Our principals built this company on a foundation of integrity, ensuring honest and transparent dealings with every client.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-ceo_482257-122705.jpg", imageAlt: "Empty modern corporate high end office space designed for a CEO"},
|
||||
{
|
||||
title: "Precision",
|
||||
description: "We deliver meticulous accounting and tax services built to withstand the scrutiny of every tax agency.",
|
||||
buttonIcon: "Target",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-beautiful-business-woman-with-laptop-documents-drinks-her-coffee-morning-nea_1258-123430.jpg?_wi=3",
|
||||
imageAlt: "Empty modern corporate high end office space designed for a CEO",
|
||||
},
|
||||
title: "Precision", description: "We deliver meticulous accounting and tax services built to withstand the scrutiny of every tax agency.", buttonIcon: Target,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-people-beautiful-business-woman-with-laptop-documents-drinks-her-coffee-morning-nea_1258-123430.jpg", imageAlt: "Empty modern corporate high end office space designed for a CEO"},
|
||||
{
|
||||
title: "Genuine Care",
|
||||
description: "We dedicate ourselves fully to each client, working year-round to minimize your total tax burden and keep your finances in order.",
|
||||
buttonIcon: "Heart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-architecture-office-concept-group-architects-designers-working-together-office-discussing-architectural-project_273609-5756.jpg?_wi=3",
|
||||
imageAlt: "Empty modern corporate high end office space designed for a CEO",
|
||||
},
|
||||
title: "Genuine Care", description: "We dedicate ourselves fully to each client, working year-round to minimize your total tax burden and keep your finances in order.", buttonIcon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-architecture-office-concept-group-architects-designers-working-together-office-discussing-architectural-project_273609-5756.jpg", imageAlt: "Empty modern corporate high end office space designed for a CEO"},
|
||||
{
|
||||
title: "Year-Round Partnership",
|
||||
description: "You get more than a service -- you get a committed partner invested in your financial success, not just during tax season.",
|
||||
buttonIcon: "Calendar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=3",
|
||||
imageAlt: "Empty modern corporate high end office space designed for a CEO",
|
||||
},
|
||||
title: "Year-Round Partnership", description: "You get more than a service -- you get a committed partner invested in your financial success, not just during tax season.", buttonIcon: Calendar,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", imageAlt: "Empty modern corporate high end office space designed for a CEO"},
|
||||
]}
|
||||
title="A Foundation of Trust and Expertise"
|
||||
description="At B & B Business Services LLC, our mission is simple -- to be the trusted financial partner that small businesses and individuals deserve. We believe every client, regardless of size, deserves the same level of expert, dedicated service that larger corporations receive from big firms."
|
||||
@@ -98,26 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jane Doe",
|
||||
role: "Managing Partner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg",
|
||||
imageAlt: "professional headshot woman managing partner",
|
||||
},
|
||||
id: "1", name: "Jane Doe", role: "Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg", imageAlt: "professional headshot woman managing partner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Smith",
|
||||
role: "Senior Tax Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageAlt: "professional headshot man senior consultant",
|
||||
},
|
||||
id: "2", name: "John Smith", role: "Senior Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "professional headshot man senior consultant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily White",
|
||||
role: "Lead Accountant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg",
|
||||
imageAlt: "professional headshot woman lead accountant",
|
||||
},
|
||||
id: "3", name: "Emily White", role: "Lead Accountant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg", imageAlt: "professional headshot woman lead accountant"},
|
||||
]}
|
||||
title="Meet Our Expert Team"
|
||||
description="Our dedicated professionals bring a wealth of experience and a client-first approach to every financial challenge."
|
||||
@@ -126,50 +86,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/business-webinar-horizontal-banner-template-design_206725-647.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/business-webinar-horizontal-banner-template-design_206725-647.jpg"
|
||||
logoText="B & B Business Services LLC"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
label: "Team", href: "/about#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user