Update src/app/about/page.tsx

This commit is contained in:
2026-03-26 03:30:20 +00:00
parent dd149b4970
commit 64ac6bbbca

View File

@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import { Users } from "lucide-react";
import { Users, Factory, Boxes } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,35 +29,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "About Us",
id: "about",
href: "/about",
},
name: "About Us", id: "/about"},
{
name: "Products & Services",
id: "products",
href: "/products",
},
name: "Products & Services", id: "/products"},
{
name: "Why Choose Us",
id: "why-us",
href: "/why-us",
},
name: "Why Choose Us", id: "/why-us"},
{
name: "Reviews",
id: "reviews",
href: "/reviews",
},
name: "Reviews", id: "/reviews"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Sonex Graphix"
bottomLeftText="Since 2009"
@@ -73,23 +55,15 @@ export default function LandingPage() {
description="Since 2009, Sonex Graphix has been a beacon of quality and reliability in the printing and packaging industry. We started with a vision to provide exceptional print solutions, and over the years, we've grown, adapted, and innovated to meet the evolving needs of our clients."
bulletPoints={[
{
title: "Established Trust",
description: "Founded in 2009, building a legacy of trust and quality in every project.",
},
title: "Established Trust", description: "Founded in 2009, building a legacy of trust and quality in every project."},
{
title: "Client-Centric Approach",
description: "Trusted by over 500+ businesses, our focus remains on delivering tailored solutions.",
},
title: "Client-Centric Approach", description: "Trusted by over 500+ businesses, our focus remains on delivering tailored solutions."},
{
title: "Innovation at Core",
description: "Continuously innovating with sustainable practices and cutting-edge technology.",
},
title: "Innovation at Core", description: "Continuously innovating with sustainable practices and cutting-edge technology."},
{
title: "Dedicated to Delivery",
description: "Committed to timely execution and customer satisfaction, ensuring seamless experiences.",
},
title: "Dedicated to Delivery", description: "Committed to timely execution and customer satisfaction, ensuring seamless experiences."},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg"
imageAlt="Business meeting in a modern office, discussing data"
mediaAnimation="blur-reveal"
/>
@@ -102,19 +76,13 @@ export default function LandingPage() {
metrics={[
{
icon: Factory,
label: "Years in Service",
value: "15+",
},
label: "Years in Service", value: "15+"},
{
icon: Users,
label: "Satisfied Clients",
value: "500+",
},
label: "Satisfied Clients", value: "500+"},
{
icon: Boxes,
label: "Projects Completed",
value: "10,000+",
},
label: "Projects Completed", value: "10,000+"},
]}
metricsAnimation="blur-reveal"
/>
@@ -122,37 +90,18 @@ export default function LandingPage() {
<div id="about-team" data-section="about-team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
team={[
{
id: "1",
name: "Puneet Sharma",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=2",
imageAlt: "Portrait of Puneet Sharma",
},
id: "1", name: "Puneet Sharma", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", imageAlt: "Portrait of Puneet Sharma"},
{
id: "2",
name: "Anjali Gupta",
role: "Head of Operations",
imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-young-interracial-team-members-embracing_1262-20216.jpg?_wi=2",
imageAlt: "Portrait of Anjali Gupta",
},
id: "2", name: "Anjali Gupta", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-young-interracial-team-members-embracing_1262-20216.jpg", imageAlt: "Portrait of Anjali Gupta"},
{
id: "3",
name: "Vikram Singh",
role: "Lead Designer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-senior-man-drinking-coffee-cafe-senior-man-using-smart-laptop-cafe_496169-355.jpg",
imageAlt: "Portrait of Vikram Singh",
},
id: "3", name: "Vikram Singh", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-senior-man-drinking-coffee-cafe-senior-man-using-smart-laptop-cafe_496169-355.jpg", imageAlt: "Portrait of Vikram Singh"},
{
id: "4",
name: "Priya Patel",
role: "Client Relations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg",
imageAlt: "Portrait of Priya Patel",
},
id: "4", name: "Priya Patel", role: "Client Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-reading-annual-reports_482257-75598.jpg", imageAlt: "Portrait of Priya Patel"},
]}
title="Meet Our Expert Team"
description="Behind every successful project is a dedicated team. Our professionals bring years of experience and passion to deliver the best printing and packaging solutions."
@@ -163,20 +112,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Ready to Print?"
title="Let's Create Something Amazing Together"
description="Whether you need custom packaging, brochures, or visual aids, our team is ready to bring your vision to life. Get a free quote today!"
buttons={[
{
text: "Get a Quote",
href: "/contact",
},
text: "Get a Quote", href: "/contact"},
{
text: "Contact Us",
href: "/contact",
},
text: "Contact Us", href: "/contact"},
]}
/>
</div>
@@ -185,58 +129,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Corrugated Boxes",
href: "/products#corrugated",
},
label: "Corrugated Boxes", href: "/products#corrugated"},
{
label: "Duplex Boxes",
href: "/products#duplex",
},
label: "Duplex Boxes", href: "/products#duplex"},
{
label: "Stickers",
href: "/products#stickers",
},
label: "Stickers", href: "/products#stickers"},
{
label: "Brochures",
href: "/products#brochures",
},
label: "Brochures", href: "/products#brochures"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Why Choose Us",
href: "/why-us",
},
label: "Why Choose Us", href: "/why-us"},
{
label: "Client Reviews",
href: "/reviews",
},
label: "Client Reviews", href: "/reviews"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "/privacy",
},
label: "Privacy Policy", href: "/privacy"},
{
label: "Terms of Service",
href: "/terms",
},
label: "Terms of Service", href: "/terms"},
],
},
]}