Update src/app/why-us/page.tsx
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Lightbulb, ShieldCheck, Sparkles, Truck, Users } from "lucide-react";
|
||||
import FeatureHoverPattern from '@/components/sections/feature/FeatureHoverPattern';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function WhyUsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -24,196 +23,81 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products & Services",
|
||||
id: "products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "why-us",
|
||||
href: "/why-us",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sonex Graphix"
|
||||
bottomLeftText="Since 2009"
|
||||
bottomRightText="Get a Quote"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Products & Services", id: "/products" },
|
||||
{ name: "Why Choose Us", id: "/why-us" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Sonex Graphix"
|
||||
bottomLeftText="Since 2009"
|
||||
bottomRightText="Get a Quote"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us-features" data-section="why-us-features">
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Uncompromising Quality",
|
||||
description: "We use the finest materials and advanced techniques to ensure every product meets the highest standards of excellence.",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Innovative Solutions",
|
||||
description: "From custom designs to sustainable options, we offer creative solutions that make your brand stand out in the market.",
|
||||
},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Reliable & Timely Delivery",
|
||||
description: "Our efficient logistics ensure your orders reach you on schedule, every time, without compromise on deadlines.",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Customer-Centric Approach",
|
||||
description: "Your satisfaction is our priority. We provide personalized service and support throughout your entire project journey.",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Expert Guidance",
|
||||
description: "Benefit from our team's extensive industry knowledge and experience to optimize all your printing and packaging needs.",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Eco-Friendly Practices",
|
||||
description: "Committed to sustainability, we offer environmentally responsible printing and packaging options to reduce impact.",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Sonex Graphix?"
|
||||
description="Discover the core values and strengths that make us the preferred printing and packaging partner for businesses across various industries."
|
||||
/>
|
||||
</div>
|
||||
<div id="why-us-intro" data-section="why-us-intro">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Leaf, title: "Sustainable Practices", description: "Committed to eco-friendly printing and packaging solutions." },
|
||||
{ icon: Leaf, title: "Quality Assurance", description: "Rigorous quality checks at every stage for flawless products." },
|
||||
{ icon: Leaf, title: "Client-Centric Approach", description: "Personalized service and solutions tailored to your needs." },
|
||||
{ icon: Leaf, title: "Timely Delivery", description: "Efficient processes ensure your projects are completed on schedule." },
|
||||
{ icon: Leaf, title: "Competitive Pricing", description: "Premium quality services at affordable and transparent prices." }
|
||||
]}
|
||||
title="Why Choose Sonex Graphix?"
|
||||
description="Our dedication to excellence, sustainability, and customer satisfaction sets us apart in the printing and packaging industry."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us-metrics" data-section="why-us-metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Proven Results, Trusted by Many"
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Years of Industry Expertise",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
description: "On-Time Delivery Rate",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "A++",
|
||||
description: "Customer Satisfaction Rating",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact-cta-why-us" data-section="contact-cta-why-us">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "quote-process", title: "How does the quote process work?", content: "Simply fill out our online inquiry form or contact us directly. We'll assess your needs and provide a detailed quote within 24 hours." },
|
||||
{ id: "design-assistance", title: "Can you help with design ideas?", content: "Absolutely! Our expert design team can collaborate with you to create stunning visuals and effective packaging solutions from concept to completion." }
|
||||
]}
|
||||
ctaTitle="Ready to Experience the Difference?"
|
||||
ctaDescription="Partner with Sonex Graphix for unparalleled printing and packaging services. Let's discuss your next project."
|
||||
ctaButton={{ text: "Get Started Today", href: "/contact" }}
|
||||
ctaIcon={Leaf}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us-testimonials" data-section="why-us-testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Deepak Kumar",
|
||||
handle: "@Deepak_Mktg",
|
||||
testimonial: "Sonex Graphix consistently delivers exceptional quality. Their custom packaging truly elevated our product's shelf appeal. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@Priya_Brand",
|
||||
testimonial: "The team at Sonex Graphix is incredibly professional and responsive. They turned our complex visual aid project into a seamless success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-businessstyle-clothes_78826-2210.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rajesh Singh",
|
||||
handle: "@Rajesh_Logistics",
|
||||
testimonial: "Reliability is key for us, and Sonex Graphix always delivers on time and with impeccable quality. A true partner!",
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Valued Clients"
|
||||
description="Our commitment to excellence is reflected in the feedback from businesses we've had the pleasure to serve. See what they have to say."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="global-footer" data-section="global-footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sonex Graphix"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "/why-us",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Products & Services",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp Chat",
|
||||
href: "https://wa.me/XXXXXXXXXX",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Sonex Graphix. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="global-footer" data-section="global-footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sonex Graphix"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Why Choose Us", href: "/why-us" },
|
||||
{ label: "Reviews", href: "/reviews" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Products & Services", href: "/products" },
|
||||
{ label: "Get a Quote", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "WhatsApp Chat", href: "https://wa.me/XXXXXXXXXX" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Sonex Graphix. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user