diff --git a/src/app/page.tsx b/src/app/page.tsx
index 84c31eb..fb8787b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
@@ -29,26 +29,16 @@ export default function LandingPage() {
@@ -59,74 +49,37 @@ export default function LandingPage() {
description="Danichoice Fulfill handles 200–300 daily orders with speed and precision, allowing you to focus on scaling your business."
testimonials={[
{
- name: "Sarah J.",
- handle: "@fashionbrand",
- testimonial: "The service is incredible. We've seen 30% faster order processing since switching.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/black-female-staff-answering-customer-service-call-logistics-hub-assisting-with-order_482257-132653.jpg?_wi=1",
- imageAlt: "warehouse interior logistics",
- },
+ name: "Sarah J.", handle: "@fashionbrand", testimonial: "The service is incredible. We've seen 30% faster order processing since switching.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/black-female-staff-answering-customer-service-call-logistics-hub-assisting-with-order_482257-132653.jpg?_wi=1", imageAlt: "warehouse interior logistics"},
{
- name: "Marcus R.",
- handle: "@techgadgets",
- testimonial: "Reliable, communicative, and they never miss a shipping window. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/worker-standing-near-racks-filled-with-goods-carton-boxes_482257-101778.jpg?_wi=1",
- imageAlt: "pick and pack warehouse",
- },
+ name: "Marcus R.", handle: "@techgadgets", testimonial: "Reliable, communicative, and they never miss a shipping window. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/worker-standing-near-racks-filled-with-goods-carton-boxes_482257-101778.jpg?_wi=1", imageAlt: "pick and pack warehouse"},
{
- name: "Elena V.",
- handle: "@beautybox",
- testimonial: "A game changer for our scaling efforts. The accuracy is unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=1",
- imageAlt: "warehouse storage pallets",
- },
+ name: "Elena V.", handle: "@beautybox", testimonial: "A game changer for our scaling efforts. The accuracy is unmatched.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=1", imageAlt: "warehouse storage pallets"},
{
- name: "David W.",
- handle: "@homedecor",
- testimonial: "Professional team that truly cares about our brand's reputation.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg?_wi=1",
- imageAlt: "shipping cargo boxes",
- },
+ name: "David W.", handle: "@homedecor", testimonial: "Professional team that truly cares about our brand's reputation.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg?_wi=1", imageAlt: "shipping cargo boxes"},
{
- name: "Alice P.",
- handle: "@healthsupps",
- testimonial: "Seamless integration with our Shopify store. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2149214307.jpg?_wi=1",
- imageAlt: "inventory management tablet",
- },
+ name: "Alice P.", handle: "@healthsupps", testimonial: "Seamless integration with our Shopify store. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2149214307.jpg?_wi=1", imageAlt: "inventory management tablet"},
]}
buttons={[
{
- text: "Get a Quote",
- href: "#contact",
- },
+ text: "Get a Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-female-staff-answering-customer-service-call-logistics-hub-assisting-with-order_482257-132653.jpg?_wi=2"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/friendly-colleagues_1098-15062.jpg",
- alt: "Client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/friendly-colleagues_1098-15062.jpg", alt: "Client 1"},
{
- src: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg",
- alt: "Client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg", alt: "Client 2"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg",
- alt: "Client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg", alt: "Client 3"},
{
- src: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058823.jpg",
- alt: "Client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058823.jpg", alt: "Client 4"},
{
- src: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg",
- alt: "Client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg", alt: "Client 5"},
]}
/>
@@ -138,50 +91,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Pick & Pack",
- tags: [
- "Accuracy",
- "Speed",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/worker-standing-near-racks-filled-with-goods-carton-boxes_482257-101778.jpg?_wi=2",
- },
+ id: "f1", title: "Pick & Pack", tags: [
+ "Accuracy", "Speed"],
+ imageSrc: "http://img.b2bpic.net/free-photo/worker-standing-near-racks-filled-with-goods-carton-boxes_482257-101778.jpg?_wi=2"},
{
- id: "f2",
- title: "Warehousing",
- tags: [
- "Secure",
- "Large Capacity",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=2",
- },
+ id: "f2", title: "Warehousing", tags: [
+ "Secure", "Large Capacity"],
+ imageSrc: "http://img.b2bpic.net/free-photo/merchandise-packages-with-courier-stamps-receipts-warehouse_482257-83347.jpg?_wi=2"},
{
- id: "f3",
- title: "Shipping",
- tags: [
- "Global",
- "Fast",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg?_wi=2",
- },
+ id: "f3", title: "Shipping", tags: [
+ "Global", "Fast"],
+ imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg?_wi=2"},
{
- id: "f4",
- title: "Inventory Management",
- tags: [
- "Real-time",
- "API",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2149214307.jpg?_wi=2",
- },
+ id: "f4", title: "Inventory Management", tags: [
+ "Real-time", "API"],
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-tablet_23-2149214307.jpg?_wi=2"},
{
- id: "f5",
- title: "Returns Handling",
- tags: [
- "Easy",
- "Customer Focus",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/people-work-full-shot_23-2148943346.jpg",
- },
+ id: "f5", title: "Returns Handling", tags: [
+ "Easy", "Customer Focus"],
+ imageSrc: "http://img.b2bpic.net/free-photo/people-work-full-shot_23-2148943346.jpg"},
]}
title="Complete Ecommerce Fulfillment"
description="From warehousing to returns, we handle the logistics so you don't have to."
@@ -195,17 +123,11 @@ export default function LandingPage() {
description="We specialize in scaling ecommerce operations with high-accuracy, high-speed fulfillment that keeps your customers happy."
metrics={[
{
- value: "99.9%",
- title: "Accuracy Rate",
- },
+ value: "99.9%", title: "Accuracy Rate"},
{
- value: "24/7",
- title: "Customer Support",
- },
+ value: "24/7", title: "Customer Support"},
{
- value: "Next Day",
- title: "Shipping",
- },
+ value: "Next Day", title: "Shipping"},
]}
imageSrc="http://img.b2bpic.net/free-photo/black-female-staff-answering-customer-service-call-logistics-hub-assisting-with-order_482257-132653.jpg?_wi=3"
mediaAnimation="slide-up"
@@ -218,30 +140,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- imageSrc: "http://img.b2bpic.net/free-photo/friendly-colleagues_1098-15062.jpg",
- },
+ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-colleagues_1098-15062.jpg"},
{
- id: "2",
- name: "Marcus R.",
- imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg",
- },
+ id: "2", name: "Marcus R.", imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg"},
{
- id: "3",
- name: "Emily K.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg",
- },
+ id: "3", name: "Emily K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg"},
{
- id: "4",
- name: "David W.",
- imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058823.jpg",
- },
+ id: "4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058823.jpg"},
{
- id: "5",
- name: "Alice P.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg",
- },
+ id: "5", name: "Alice P.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg"},
]}
cardTitle="Loved by Ecommerce Brands"
cardAnimation="slide-up"
@@ -250,18 +157,14 @@ export default function LandingPage() {
-
@@ -270,29 +173,19 @@ export default function LandingPage() {
logoText="Danichoice Fulfill"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Fulfillment",
- href: "#features",
- },
+ label: "Fulfillment", href: "#features"},
{
- label: "Shipping",
- href: "#features",
- },
+ label: "Shipping", href: "#features"},
],
},
]}