Merge version_1 into main #5
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/FeatureHoverPattern';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Leaf } from "lucide-react";
|
||||
@@ -40,19 +40,19 @@ export default function WhyUsPage() {
|
||||
</div>
|
||||
|
||||
<div id="why-us-intro" data-section="why-us-intro">
|
||||
<FeatureHoverPattern
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{ id: "client-focus", title: "Client-Focused Approach", description: "Your vision is our priority. We listen, understand, and tailor solutions to meet your unique printing and packaging needs.", author: "Sonex Graphix", tags: ["Partnership", "Customization"], imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg", imageAlt: "Client and consultant discussing printing project" },
|
||||
{ id: "ethical-practices", title: "Ethical Business Practices", description: "Transparency and integrity define our operations, ensuring fair dealings and trustworthy partnerships with every client.", author: "Sonex Graphix", tags: ["Integrity", "Trust"], imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg", imageAlt: "Handshake during a business meeting" },
|
||||
{ id: "international-quality", title: "International Quality Standards", description: "We adhere to global benchmarks, guaranteeing products that not only look superior but also perform flawlessly.", author: "Sonex Graphix", tags: ["Quality", "Excellence"], imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg", imageAlt: "Quality control inspection of printed materials" },
|
||||
{ id: "affordable-pricing", title: "Affordable Pricing", description: "Premium quality doesn't have to break the bank. Our competitive pricing ensures value without compromising on excellence.", author: "Sonex Graphix", tags: ["Value", "Cost-Effective"], imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg", imageAlt: "Calculator and financial documents" },
|
||||
{ id: "fast-turnaround", title: "Fast Turnaround Time", description: "Efficient processes and dedicated teams ensure your projects are completed swiftly, meeting your tightest deadlines.", author: "Sonex Graphix", tags: ["Efficiency", "Speed"], imageSrc: "http://img.b2bpic.net/free-photo/business-team-analyzing-digital-data_482257-119547.jpg", imageAlt: "Clock with fast moving hands" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Why Businesses Choose Sonex Graphix"
|
||||
description="Our commitment to excellence and customer satisfaction sets us apart as your preferred printing and packaging partner."
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user