diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3a0079b..9e958d6 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { Zap, Award, TrendingUp, Phone } from "lucide-react";
+import { Award, TrendingUp } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Computers", href: "/" },
{ label: "Laptops", href: "/" },
{ label: "Servers", href: "/" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Docs", href: "#" },
{ label: "Support", href: "/contact" },
@@ -46,8 +43,7 @@ export default function AboutPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -74,9 +70,7 @@ export default function AboutPage() {
brandName="ComputeHub"
navItems={navItems}
button={{
- text: "Request Quote",
- href: "/contact",
- }}
+ text: "Request Quote", href: "/contact"}}
/>
@@ -84,15 +78,10 @@ export default function AboutPage() {
@@ -164,29 +129,13 @@ export default function AboutPage() {
animationType="scale-rotate"
metrics={[
{
- id: "metric-1",
- value: "500+",
- title: "Active Partners",
- description: "Resellers and retailers trust ComputeHub for their wholesale needs",
- },
+ id: "metric-1", value: "500+", title: "Active Partners", description: "Resellers and retailers trust ComputeHub for their wholesale needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "Active Partners metric"},
{
- id: "metric-2",
- value: "50K+",
- title: "Units Shipped",
- description: "Successfully delivered computers and IT equipment monthly",
- },
+ id: "metric-2", value: "50K+", title: "Units Shipped", description: "Successfully delivered computers and IT equipment monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "Units Shipped metric"},
{
- id: "metric-3",
- value: "99.2%",
- title: "On-Time Delivery",
- description: "Industry-leading fulfillment performance and reliability",
- },
+ id: "metric-3", value: "99.2%", title: "On-Time Delivery", description: "Industry-leading fulfillment performance and reliability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "On-Time Delivery metric"},
{
- id: "metric-4",
- value: "15+",
- title: "Years Experience",
- description: "Trusted wholesale partner since 2009",
- },
+ id: "metric-4", value: "15+", title: "Years Experience", description: "Trusted wholesale partner since 2009", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "Years Experience metric"},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 79e8d5c..62cb13a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Computers", href: "/products" },
{ label: "Laptops", href: "/products" },
{ label: "Servers", href: "/products" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Docs", href: "#" },
{ label: "Support", href: "/contact" },
@@ -50,8 +47,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -78,9 +74,7 @@ export default function HomePage() {
brandName="ComputeHub"
navItems={navItems}
button={{
- text: "Request Quote",
- href: "/contact",
- }}
+ text: "Request Quote", href: "/contact"}}
/>
@@ -93,75 +87,42 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Browse Catalog",
- href: "/products",
- },
+ text: "Browse Catalog", href: "/products"},
{
- text: "Get Volume Pricing",
- href: "/contact",
- },
+ text: "Get Volume Pricing", href: "/contact"},
]}
buttonAnimation="blur-reveal"
avatars={[
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-male-1774111271782-23b274d8.png",
- alt: "Partner company 1",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-male-1774111271782-23b274d8.png", alt: "Partner company 1"},
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-fema-1774111270415-df098e43.png",
- alt: "Partner company 2",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-fema-1774111270415-df098e43.png", alt: "Partner company 2"},
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-dive-1774111270996-7dbd1f35.png",
- alt: "Partner company 3",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-dive-1774111270996-7dbd1f35.png", alt: "Partner company 3"},
{
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-dive-1774111272358-9ac45952.png",
- alt: "Partner company 4",
- },
+ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-headshot-of-a-dive-1774111272358-9ac45952.png", alt: "Partner company 4"},
]}
avatarText="Trusted by 500+ businesses"
testimonials={[
{
- name: "John Rodriguez",
- handle: "@jrodriguez_retail",
- testimonial: "Exceptional pricing and reliability. We've scaled our inventory significantly with ComputeHub.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-business-1774111271371-bfd509c6.png",
- imageAlt: "John Rodriguez",
- },
+ name: "John Rodriguez", handle: "@jrodriguez_retail", testimonial: "Exceptional pricing and reliability. We've scaled our inventory significantly with ComputeHub.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-business-1774111271371-bfd509c6.png", imageAlt: "John Rodriguez"},
{
- name: "Sarah Chen",
- handle: "@sarahchen_corp",
- testimonial: "Fast shipping and dedicated account management. Best wholesale partner we've worked with.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-busine-1774111270657-478a4549.png",
- imageAlt: "Sarah Chen",
- },
+ name: "Sarah Chen", handle: "@sarahchen_corp", testimonial: "Fast shipping and dedicated account management. Best wholesale partner we've worked with.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-busine-1774111270657-478a4549.png", imageAlt: "Sarah Chen"},
{
- name: "Mike Thompson",
- handle: "@mikethompson_it",
- testimonial: "Consistent quality across all products. Our margins improved 15% since switching.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-business-prof-1774111273660-71bcab3f.png",
- imageAlt: "Mike Thompson",
- },
+ name: "Mike Thompson", handle: "@mikethompson_it", testimonial: "Consistent quality across all products. Our margins improved 15% since switching.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-business-prof-1774111273660-71bcab3f.png", imageAlt: "Mike Thompson"},
{
- name: "Emma Davidson",
- handle: "@emmadavidson_tech",
- testimonial: "Outstanding customer support and competitive pricing. Highly recommended!",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-an-experienced--1774111271612-b8237c6a.png",
- imageAlt: "Emma Davidson",
- },
+ name: "Emma Davidson", handle: "@emmadavidson_tech", testimonial: "Outstanding customer support and competitive pricing. Highly recommended!", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-an-experienced--1774111271612-b8237c6a.png", imageAlt: "Emma Davidson"},
]}
testimonialRotationInterval={5000}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png"
imageAlt="Premium computer wholesale inventory"
mediaAnimation="blur-reveal"
background={{
- variant: "animated-grid",
- }}
+ variant: "animated-grid"}}
useInvertedBackground={true}
/>
@@ -170,15 +131,10 @@ export default function HomePage() {
@@ -288,41 +200,17 @@ export default function HomePage() {
animationType="scale-rotate"
features={[
{
- title: "Competitive Pricing",
- description: "Direct manufacturer partnerships ensure the lowest wholesale prices in the market. Volume discounts scale with your orders.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-competitive-pricing-conc-1774111271037-67b8c9ce.png?_wi=1",
- imageAlt: "Competitive pricing illustration",
- },
+ title: "Competitive Pricing", description: "Direct manufacturer partnerships ensure the lowest wholesale prices in the market. Volume discounts scale with your orders.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-competitive-pricing-conc-1774111271037-67b8c9ce.png", imageAlt: "Competitive pricing illustration"},
{
- title: "Fast Shipping",
- description: "Express fulfillment with tracking. Most orders ship within 24-48 hours from our regional warehouses.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-fast-shipping-delivery-t-1774111271657-3e253354.png?_wi=1",
- imageAlt: "Fast shipping illustration",
- },
+ title: "Fast Shipping", description: "Express fulfillment with tracking. Most orders ship within 24-48 hours from our regional warehouses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-fast-shipping-delivery-t-1774111271657-3e253354.png", imageAlt: "Fast shipping illustration"},
{
- title: "Dedicated Support",
- description: "Personalized account managers available for bulk orders, custom configurations, and priority technical support.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-customer-support-headset-1774111271761-0b16e55a.png?_wi=1",
- imageAlt: "Dedicated support illustration",
- },
+ title: "Dedicated Support", description: "Personalized account managers available for bulk orders, custom configurations, and priority technical support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-customer-support-headset-1774111271761-0b16e55a.png", imageAlt: "Dedicated support illustration"},
{
- title: "Quality Assurance",
- description: "Every product undergoes rigorous testing. 30-day return policy and warranty coverage on all items.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-quality-assurance-checkm-1774111271312-5d513134.png?_wi=1",
- imageAlt: "Quality assurance illustration",
- },
+ title: "Quality Assurance", description: "Every product undergoes rigorous testing. 30-day return policy and warranty coverage on all items.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-quality-assurance-checkm-1774111271312-5d513134.png", imageAlt: "Quality assurance illustration"},
{
- title: "Flexible Terms",
- description: "Customized payment plans, net-30/60/90 options for qualified buyers. Corporate accounts welcome.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-flexible-payment-terms-c-1774111271748-341bcd2c.png?_wi=1",
- imageAlt: "Flexible terms illustration",
- },
+ title: "Flexible Terms", description: "Customized payment plans, net-30/60/90 options for qualified buyers. Corporate accounts welcome.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-flexible-payment-terms-c-1774111271748-341bcd2c.png", imageAlt: "Flexible terms illustration"},
{
- title: "Inventory Management",
- description: "Real-time stock tracking, pre-ordering capabilities, and automated reorder management for your business.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-inventory-management-box-1774111272240-3dd674f7.png?_wi=1",
- imageAlt: "Inventory management illustration",
- },
+ title: "Inventory Management", description: "Real-time stock tracking, pre-ordering capabilities, and automated reorder management for your business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/illustration-of-inventory-management-box-1774111272240-3dd674f7.png", imageAlt: "Inventory management illustration"},
]}
/>
@@ -339,29 +227,13 @@ export default function HomePage() {
animationType="scale-rotate"
metrics={[
{
- id: "metric-1",
- value: "500+",
- title: "Active Partners",
- description: "Resellers and retailers trust ComputeHub for their wholesale needs",
- },
+ id: "metric-1", value: "500+", title: "Active Partners", description: "Resellers and retailers trust ComputeHub for their wholesale needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "Active Partners metric"},
{
- id: "metric-2",
- value: "50K+",
- title: "Units Shipped",
- description: "Successfully delivered computers and IT equipment monthly",
- },
+ id: "metric-2", value: "50K+", title: "Units Shipped", description: "Successfully delivered computers and IT equipment monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "Units Shipped metric"},
{
- id: "metric-3",
- value: "99.2%",
- title: "On-Time Delivery",
- description: "Industry-leading fulfillment performance and reliability",
- },
+ id: "metric-3", value: "99.2%", title: "On-Time Delivery", description: "Industry-leading fulfillment performance and reliability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "On-Time Delivery metric"},
{
- id: "metric-4",
- value: "15+",
- title: "Years Experience",
- description: "Trusted wholesale partner since 2009",
- },
+ id: "metric-4", value: "15+", title: "Years Experience", description: "Trusted wholesale partner since 2009", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/modern-computer-wholesale-warehouse-with-1774111271577-402353a5.png", imageAlt: "Years Experience metric"},
]}
/>
@@ -377,53 +249,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
- id: "testimonial-1",
- title: "Transformed Our Business",
- quote: "ComputeHub's wholesale pricing allowed us to expand into three new markets. Their support team is exceptional and always responsive to our needs.",
- name: "Jennifer Martinez",
- role: "Owner, Tech Retail Solutions",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-busine-1774111270832-d4cdf6e0.png?_wi=1",
- },
+ id: "testimonial-1", title: "Transformed Our Business", quote: "ComputeHub's wholesale pricing allowed us to expand into three new markets. Their support team is exceptional and always responsive to our needs.", name: "Jennifer Martinez", role: "Owner, Tech Retail Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-busine-1774111270832-d4cdf6e0.png"},
{
- id: "testimonial-2",
- title: "Reliable Partner",
- quote: "We've been ordering from ComputeHub for 5 years. Consistent quality, fair pricing, and they genuinely care about our success.",
- name: "David Lee",
- role: "CEO, Corporate IT Distributors",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-ceo-conf-1774111272095-745cd090.png?_wi=1",
- },
+ id: "testimonial-2", title: "Reliable Partner", quote: "We've been ordering from ComputeHub for 5 years. Consistent quality, fair pricing, and they genuinely care about our success.", name: "David Lee", role: "CEO, Corporate IT Distributors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-ceo-conf-1774111272095-745cd090.png"},
{
- id: "testimonial-3",
- title: "Excellent Customer Service",
- quote: "The level of personalized attention we receive is outstanding. Our account manager understands our business and proactively suggests products.",
- name: "Michelle Thompson",
- role: "Procurement Manager, Business Solutions Inc",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-procur-1774111271065-3c4bbc91.png?_wi=1",
- },
+ id: "testimonial-3", title: "Excellent Customer Service", quote: "The level of personalized attention we receive is outstanding. Our account manager understands our business and proactively suggests products.", name: "Michelle Thompson", role: "Procurement Manager, Business Solutions Inc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-procur-1774111271065-3c4bbc91.png"},
{
- id: "testimonial-4",
- title: "Competitive Advantage",
- quote: "Thanks to ComputeHub's competitive pricing and fast shipping, we can offer better deals to our customers and maintain healthy margins.",
- name: "Robert Garcia",
- role: "Sales Director, Premier Tech Group",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-sales-di-1774111277369-bed5a7ac.png",
- },
+ id: "testimonial-4", title: "Competitive Advantage", quote: "Thanks to ComputeHub's competitive pricing and fast shipping, we can offer better deals to our customers and maintain healthy margins.", name: "Robert Garcia", role: "Sales Director, Premier Tech Group", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-sales-di-1774111277369-bed5a7ac.png"},
{
- id: "testimonial-5",
- title: "Trusted Wholesale Source",
- quote: "After trying multiple wholesalers, ComputeHub stands out. Their commitment to quality and customer satisfaction is unmatched.",
- name: "Amanda Chen",
- role: "Founder, NextGen Computer Solutions",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-founde-1774111271698-f0cfbc29.png",
- },
+ id: "testimonial-5", title: "Trusted Wholesale Source", quote: "After trying multiple wholesalers, ComputeHub stands out. Their commitment to quality and customer satisfaction is unmatched.", name: "Amanda Chen", role: "Founder, NextGen Computer Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-female-founde-1774111271698-f0cfbc29.png"},
{
- id: "testimonial-6",
- title: "Strategic Partner",
- quote: "ComputeHub isn't just a supplier; they're a strategic partner invested in our growth. We recommend them to every business in our network.",
- name: "Kevin Anderson",
- role: "VP Sales, Technology Collective",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-vp-execu-1774111271923-02a8f397.png",
- },
+ id: "testimonial-6", title: "Strategic Partner", quote: "ComputeHub isn't just a supplier; they're a strategic partner invested in our growth. We recommend them to every business in our network.", name: "Kevin Anderson", role: "VP Sales, Technology Collective", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-headshot-of-a-male-vp-execu-1774111271923-02a8f397.png"},
]}
/>
@@ -436,10 +272,9 @@ export default function HomePage() {
tagIcon={Phone}
tagAnimation="blur-reveal"
background={{
- variant: "sparkles-gradient",
- }}
+ variant: "sparkles-gradient"}}
useInvertedBackground={true}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-meeting-room-team--1774111271806-bc127e85.png?_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGMwCpGarWXWuwMJ9TNqFItkkJ/professional-business-meeting-room-team--1774111271806-bc127e85.png"
imageAlt="Contact our wholesale team"
mediaAnimation="slide-up"
mediaPosition="right"