Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Products", href: "/products" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "#" },
|
||||
{ label: "Logistics", href: "#" },
|
||||
{ label: "Wholesale", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Support Portal", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -75,9 +71,7 @@ export default function AboutPage() {
|
||||
brandName="Istaqbaal"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,10 +79,7 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story & Mission"
|
||||
description={[
|
||||
"Founded with a vision to revolutionize product distribution, Istaqbaal Agencies has grown into one of the region's most trusted distribution partners. Our journey began with a simple commitment: to connect quality products with businesses that need them.",
|
||||
"Over the years, we've built a robust network of suppliers, retailers, and logistics partners. Our expertise spans multiple sectors including consumer goods, industrial equipment, pharmaceuticals, electronics, and specialty products.",
|
||||
"Today, we continue to innovate and expand our services to meet the evolving needs of our clients. Our success is built on principles of integrity, reliability, and customer-centric excellence.",
|
||||
]}
|
||||
"Founded with a vision to revolutionize product distribution, Istaqbaal Agencies has grown into one of the region's most trusted distribution partners. Our journey began with a simple commitment: to connect quality products with businesses that need them.", "Over the years, we've built a robust network of suppliers, retailers, and logistics partners. Our expertise spans multiple sectors including consumer goods, industrial equipment, pharmaceuticals, electronics, and specialty products.", "Today, we continue to innovate and expand our services to meet the evolving needs of our clients. Our success is built on principles of integrity, reliability, and customer-centric excellence."]}
|
||||
buttons={[{ text: "Explore Our Services", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -108,29 +99,13 @@ export default function AboutPage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "milestone-1",
|
||||
value: "2000+",
|
||||
title: "Successful Partnerships",
|
||||
description: "Growing business relationships across sectors",
|
||||
},
|
||||
id: "milestone-1", value: "2000+", title: "Successful Partnerships", description: "Growing business relationships across sectors", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Successful partnerships video"},
|
||||
{
|
||||
id: "milestone-2",
|
||||
value: "150+",
|
||||
title: "Product Categories",
|
||||
description: "Comprehensive portfolio covering diverse markets",
|
||||
},
|
||||
id: "milestone-2", value: "150+", title: "Product Categories", description: "Comprehensive portfolio covering diverse markets", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Product categories video"},
|
||||
{
|
||||
id: "milestone-3",
|
||||
value: "5M+",
|
||||
title: "Units Delivered Annually",
|
||||
description: "Consistent high-volume distribution excellence",
|
||||
},
|
||||
id: "milestone-3", value: "5M+", title: "Units Delivered Annually", description: "Consistent high-volume distribution excellence", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Units delivered video"},
|
||||
{
|
||||
id: "milestone-4",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Measured through feedback and retention rates",
|
||||
},
|
||||
id: "milestone-4", value: "98%", title: "Customer Satisfaction", description: "Measured through feedback and retention rates", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Customer satisfaction video"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,29 +119,13 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Ahmed Hassan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=2",
|
||||
imageAlt: "professional headshot business person",
|
||||
},
|
||||
id: "testimonial-1", name: "Ahmed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "professional headshot business person"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Fatima Al-Mansouri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2",
|
||||
imageAlt: "female business professional headshot",
|
||||
},
|
||||
id: "testimonial-2", name: "Fatima Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "female business professional headshot"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Mohammed Al-Rashid",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=2",
|
||||
imageAlt: "diverse business professional portrait",
|
||||
},
|
||||
id: "testimonial-3", name: "Mohammed Al-Rashid", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageAlt: "diverse business professional portrait"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Layla Al-Khattabi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=2",
|
||||
imageAlt: "business professional photo portrait",
|
||||
},
|
||||
id: "testimonial-4", name: "Layla Al-Khattabi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "business professional photo portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Products", href: "/products" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "#" },
|
||||
{ label: "Logistics", href: "#" },
|
||||
{ label: "Wholesale", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Support Portal", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 ContactPage() {
|
||||
brandName="Istaqbaal"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,13 +82,9 @@ export default function ContactPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Team",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Our Team", href: "/contact"},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,47 +98,27 @@ export default function ContactPage() {
|
||||
tagAnimation="opacity"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Support", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="smooth"
|
||||
faqsAnimation="blur-reveal"
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What products does Istaqbaal Agencies distribute?",
|
||||
content: "We distribute a wide range of products including consumer goods, industrial equipment, pharmaceuticals, cosmetics, food and beverages, electronics, and specialty items. Our portfolio spans multiple industries to serve diverse business needs.",
|
||||
},
|
||||
id: "faq-1", title: "What products does Istaqbaal Agencies distribute?", content: "We distribute a wide range of products including consumer goods, industrial equipment, pharmaceuticals, cosmetics, food and beverages, electronics, and specialty items. Our portfolio spans multiple industries to serve diverse business needs."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How can I place an order?",
|
||||
content: "You can place orders through our online platform, contact our sales team directly, or visit our office. We provide flexible ordering options with convenient payment terms and bulk pricing for qualified partners.",
|
||||
},
|
||||
id: "faq-2", title: "How can I place an order?", content: "You can place orders through our online platform, contact our sales team directly, or visit our office. We provide flexible ordering options with convenient payment terms and bulk pricing for qualified partners."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What are your delivery timeframes?",
|
||||
content: "We typically deliver within 2-5 business days depending on location and order size. Express delivery options are available for urgent requirements. All shipments are tracked in real-time.",
|
||||
},
|
||||
id: "faq-3", title: "What are your delivery timeframes?", content: "We typically deliver within 2-5 business days depending on location and order size. Express delivery options are available for urgent requirements. All shipments are tracked in real-time."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you offer bulk discounts?",
|
||||
content: "Yes, we provide competitive bulk pricing for volume orders. Our pricing structure is transparent and customized based on your business requirements and order history.",
|
||||
},
|
||||
id: "faq-4", title: "Do you offer bulk discounts?", content: "Yes, we provide competitive bulk pricing for volume orders. Our pricing structure is transparent and customized based on your business requirements and order history."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept bank transfers, credit cards, checks, and flexible payment plans. For registered business partners, we offer convenient invoicing and credit terms.",
|
||||
},
|
||||
id: "faq-5", title: "What payment methods do you accept?", content: "We accept bank transfers, credit cards, checks, and flexible payment plans. For registered business partners, we offer convenient invoicing and credit terms."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "How do I become a distribution partner?",
|
||||
content: "Contact our partnership team to discuss your business requirements. We evaluate potential partners based on market presence, business plan, and mutual growth objectives.",
|
||||
},
|
||||
id: "faq-6", title: "How do I become a distribution partner?", content: "Contact our partnership team to discuss your business requirements. We evaluate potential partners based on market presence, business plan, and mutual growth objectives."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
181
src/app/page.tsx
181
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Products", href: "/products" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "#" },
|
||||
{ label: "Logistics", href: "#" },
|
||||
{ label: "Wholesale", href: "#" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Support Portal", href: "#" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -80,9 +76,7 @@ export default function HomePage() {
|
||||
brandName="Istaqbaal"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,35 +95,17 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg?_wi=1",
|
||||
imageAlt: "modern warehouse distribution center professional",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg", imageAlt: "modern warehouse distribution center professional"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg?_wi=1",
|
||||
imageAlt: "industrial product packaging cardboard boxes",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "industrial product packaging cardboard boxes"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg?_wi=1",
|
||||
imageAlt: "consumer goods product line",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg", imageAlt: "consumer goods product line"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg?_wi=1",
|
||||
imageAlt: "electronics technology gadgets",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg", imageAlt: "electronics technology gadgets"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-office_1139-254.jpg?_wi=1",
|
||||
imageAlt: "professional business team working together",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-office_1139-254.jpg", imageAlt: "professional business team working together"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg?_wi=1",
|
||||
imageAlt: "logistics tracking delivery management",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg", imageAlt: "logistics tracking delivery management"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -141,10 +117,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About Istaqbaal Agencies"
|
||||
description={[
|
||||
"Istaqbaal Agencies stands as a leading distributor of premium products across diverse industries. With years of expertise and a commitment to excellence, we bridge the gap between manufacturers and retailers.",
|
||||
"Our comprehensive network ensures efficient delivery, competitive pricing, and exceptional customer service. We specialize in providing tailored distribution solutions that meet the unique needs of each client.",
|
||||
"From consumer goods to industrial products, our portfolio spans multiple categories, making us your one-stop solution for all distribution requirements.",
|
||||
]}
|
||||
"Istaqbaal Agencies stands as a leading distributor of premium products across diverse industries. With years of expertise and a commitment to excellence, we bridge the gap between manufacturers and retailers.", "Our comprehensive network ensures efficient delivery, competitive pricing, and exceptional customer service. We specialize in providing tailored distribution solutions that meet the unique needs of each client.", "From consumer goods to industrial products, our portfolio spans multiple categories, making us your one-stop solution for all distribution requirements."]}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -167,26 +140,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "product-cat-1",
|
||||
name: "Consumer Goods",
|
||||
price: "Wholesale Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg?_wi=2",
|
||||
imageAlt: "Consumer goods and packaged products",
|
||||
},
|
||||
id: "product-cat-1", name: "Consumer Goods", price: "Wholesale Available", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "Consumer goods and packaged products"},
|
||||
{
|
||||
id: "product-cat-2",
|
||||
name: "Industrial Equipment",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg?_wi=2",
|
||||
imageAlt: "Industrial equipment and machinery",
|
||||
},
|
||||
id: "product-cat-2", name: "Industrial Equipment", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg", imageAlt: "Industrial equipment and machinery"},
|
||||
{
|
||||
id: "product-cat-3",
|
||||
name: "Specialty Products",
|
||||
price: "Bulk Discounts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg?_wi=2",
|
||||
imageAlt: "Specialty and premium products",
|
||||
},
|
||||
id: "product-cat-3", name: "Specialty Products", price: "Bulk Discounts", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg", imageAlt: "Specialty and premium products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -202,27 +160,15 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "Wide Product Portfolio",
|
||||
content: "Access thousands of products across multiple categories including consumer goods, industrial equipment, pharmaceuticals, and specialty items. Our diverse inventory ensures one-stop shopping for all your business needs.",
|
||||
},
|
||||
id: "feature-1", title: "Wide Product Portfolio", content: "Access thousands of products across multiple categories including consumer goods, industrial equipment, pharmaceuticals, and specialty items. Our diverse inventory ensures one-stop shopping for all your business needs."},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "Efficient Logistics Network",
|
||||
content: "Leverage our optimized distribution network with real-time tracking and reliable delivery systems. We ensure products reach your location on time with minimal handling and maximum care.",
|
||||
},
|
||||
id: "feature-2", title: "Efficient Logistics Network", content: "Leverage our optimized distribution network with real-time tracking and reliable delivery systems. We ensure products reach your location on time with minimal handling and maximum care."},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "Competitive Pricing",
|
||||
content: "Benefit from our bulk purchasing power and streamlined operations. We offer competitive wholesale rates without compromising on quality or service standards.",
|
||||
},
|
||||
id: "feature-3", title: "Competitive Pricing", content: "Benefit from our bulk purchasing power and streamlined operations. We offer competitive wholesale rates without compromising on quality or service standards."},
|
||||
{
|
||||
id: "feature-4",
|
||||
title: "Professional Customer Support",
|
||||
content: "Our dedicated support team is available to assist with orders, inquiries, and logistics concerns. We prioritize your satisfaction and long-term business relationship.",
|
||||
},
|
||||
id: "feature-4", title: "Professional Customer Support", content: "Our dedicated support team is available to assist with orders, inquiries, and logistics concerns. We prioritize your satisfaction and long-term business relationship."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg"
|
||||
imageAlt="Advanced logistics and distribution management"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -240,44 +186,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Enterprise Corp",
|
||||
"Retail Solutions",
|
||||
"Tech Industries",
|
||||
"Manufacturing Pro",
|
||||
"Logistics Plus",
|
||||
"Commerce Hub",
|
||||
"Finance Partners",
|
||||
]}
|
||||
"Enterprise Corp", "Retail Solutions", "Tech Industries", "Manufacturing Pro", "Logistics Plus", "Commerce Hub", "Finance Partners"]}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/abstract-colorful-floral-shape-with-logo_1035-8982.jpg",
|
||||
alt: "Enterprise Corp",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/colorful-set-labor-day-labels_23-2147658136.jpg",
|
||||
alt: "Retail Solutions",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/technological-logo-design_1424-39.jpg",
|
||||
alt: "Tech Industries",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-mechanical-engineering-logo-template_23-2149999399.jpg",
|
||||
alt: "Manufacturing Pro",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/blue-circular-abstract-logo_1043-69.jpg",
|
||||
alt: "Logistics Plus",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32400.jpg",
|
||||
alt: "Commerce Hub",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148857284.jpg",
|
||||
alt: "Finance Partners",
|
||||
},
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/abstract-colorful-floral-shape-with-logo_1035-8982.jpg", "http://img.b2bpic.net/free-vector/colorful-set-labor-day-labels_23-2147658136.jpg", "http://img.b2bpic.net/free-vector/technological-logo-design_1424-39.jpg", "http://img.b2bpic.net/free-vector/gradient-mechanical-engineering-logo-template_23-2149999399.jpg", "http://img.b2bpic.net/free-vector/blue-circular-abstract-logo_1043-69.jpg", "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32400.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148857284.jpg"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -295,29 +206,13 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "500+",
|
||||
title: "Products Distributed",
|
||||
description: "Across multiple industry sectors and categories",
|
||||
},
|
||||
id: "metric-1", value: "500+", title: "Products Distributed", description: "Across multiple industry sectors and categories", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Products distributed video"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "99.2%",
|
||||
title: "On-Time Delivery",
|
||||
description: "Consistent reliability in every shipment",
|
||||
},
|
||||
id: "metric-2", value: "99.2%", title: "On-Time Delivery", description: "Consistent reliability in every shipment", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "On-time delivery video"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "1000+",
|
||||
title: "Active Clients",
|
||||
description: "Businesses trusting us nationwide",
|
||||
},
|
||||
id: "metric-3", value: "1000+", title: "Active Clients", description: "Businesses trusting us nationwide", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Active clients video"},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Industry leadership and expertise",
|
||||
},
|
||||
id: "metric-4", value: "20+", title: "Years Experience", description: "Industry leadership and expertise", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Years experience video"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -331,29 +226,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Ahmed Hassan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=1",
|
||||
imageAlt: "professional headshot business person",
|
||||
},
|
||||
id: "testimonial-1", name: "Ahmed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "professional headshot business person"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Fatima Al-Mansouri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=1",
|
||||
imageAlt: "female business professional headshot",
|
||||
},
|
||||
id: "testimonial-2", name: "Fatima Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "female business professional headshot"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Mohammed Al-Rashid",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=1",
|
||||
imageAlt: "diverse business professional portrait",
|
||||
},
|
||||
id: "testimonial-3", name: "Mohammed Al-Rashid", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageAlt: "diverse business professional portrait"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Layla Al-Khattabi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg?_wi=1",
|
||||
imageAlt: "business professional photo portrait",
|
||||
},
|
||||
id: "testimonial-4", name: "Layla Al-Khattabi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-successful-businesswoman-suit-cross-arms-chest-smile-look-confident-stan_1258-118782.jpg", imageAlt: "business professional photo portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -22,8 +22,7 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Our Products", href: "/products" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -31,8 +30,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "#" },
|
||||
{ label: "Logistics", href: "#" },
|
||||
{ label: "Wholesale", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Support Portal", href: "#" },
|
||||
@@ -49,8 +46,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -77,9 +73,7 @@ export default function ProductsPage() {
|
||||
brandName="Istaqbaal"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -93,46 +87,24 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Browse All Products", href: "/products"},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg?_wi=2",
|
||||
imageAlt: "Product distribution and logistics",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-business-owners-packing-order-shipping-using-cardboard-boxes-merchandise-man-woman-working-supply-chain-logistics-quality-control-handheld-shot_482257-63936.jpg", imageAlt: "Product distribution and logistics"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg?_wi=3",
|
||||
imageAlt: "Consumer goods marketplace",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "Consumer goods marketplace"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg?_wi=3",
|
||||
imageAlt: "Healthcare and pharmaceutical products",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg", imageAlt: "Healthcare and pharmaceutical products"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg?_wi=3",
|
||||
imageAlt: "Office and tech products",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg", imageAlt: "Office and tech products"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-office_1139-254.jpg?_wi=2",
|
||||
imageAlt: "Business solutions and services",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-working-office_1139-254.jpg", imageAlt: "Business solutions and services"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg?_wi=3",
|
||||
imageAlt: "Warehouse and inventory management",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg", imageAlt: "Warehouse and inventory management"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -149,9 +121,7 @@ export default function ProductsPage() {
|
||||
tagAnimation="opacity"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -160,26 +130,11 @@ export default function ProductsPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "product-cat-1",
|
||||
name: "Consumer Goods",
|
||||
price: "Wholesale Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg?_wi=4",
|
||||
imageAlt: "Consumer goods and packaged products",
|
||||
},
|
||||
id: "product-cat-1", name: "Consumer Goods", price: "Wholesale Available", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-grocery-store-background_640221-331.jpg", imageAlt: "Consumer goods and packaged products"},
|
||||
{
|
||||
id: "product-cat-2",
|
||||
name: "Industrial Equipment",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg?_wi=4",
|
||||
imageAlt: "Industrial equipment and machinery",
|
||||
},
|
||||
id: "product-cat-2", name: "Industrial Equipment", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-medical-elements-composition-with-copy-space_23-2148502907.jpg", imageAlt: "Industrial equipment and machinery"},
|
||||
{
|
||||
id: "product-cat-3",
|
||||
name: "Specialty Products",
|
||||
price: "Bulk Discounts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg?_wi=4",
|
||||
imageAlt: "Specialty and premium products",
|
||||
},
|
||||
id: "product-cat-3", name: "Specialty Products", price: "Bulk Discounts", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309690.jpg", imageAlt: "Specialty and premium products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,34 +148,20 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Quality",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More About Quality", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "Premium Quality Standards",
|
||||
content: "All our products undergo rigorous quality checks and comply with international standards. We partner with verified manufacturers and suppliers to ensure consistent excellence.",
|
||||
},
|
||||
id: "feature-1", title: "Premium Quality Standards", content: "All our products undergo rigorous quality checks and comply with international standards. We partner with verified manufacturers and suppliers to ensure consistent excellence."},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "Competitive Pricing",
|
||||
content: "Leverage our bulk purchasing power and streamlined operations. We offer competitive wholesale rates without compromising on quality or service standards.",
|
||||
},
|
||||
id: "feature-2", title: "Competitive Pricing", content: "Leverage our bulk purchasing power and streamlined operations. We offer competitive wholesale rates without compromising on quality or service standards."},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "Wide Variety",
|
||||
content: "From consumer goods to industrial equipment, our portfolio spans multiple categories. We continuously expand our product range to meet evolving market demands.",
|
||||
},
|
||||
id: "feature-3", title: "Wide Variety", content: "From consumer goods to industrial equipment, our portfolio spans multiple categories. We continuously expand our product range to meet evolving market demands."},
|
||||
{
|
||||
id: "feature-4",
|
||||
title: "Reliable Supply Chain",
|
||||
content: "Our optimized distribution network with real-time tracking ensures products reach your location on time with minimal handling and maximum care.",
|
||||
},
|
||||
id: "feature-4", title: "Reliable Supply Chain", content: "Our optimized distribution network with real-time tracking ensures products reach your location on time with minimal handling and maximum care."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-working-warehouse_23-2148923075.jpg"
|
||||
imageAlt="Advanced warehouse and product management"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -240,29 +181,13 @@ export default function ProductsPage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "500+",
|
||||
title: "Products in Catalog",
|
||||
description: "Across multiple industry sectors and categories",
|
||||
},
|
||||
id: "metric-1", value: "500+", title: "Products in Catalog", description: "Across multiple industry sectors and categories", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Products catalog video"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "99.2%",
|
||||
title: "Quality Compliance",
|
||||
description: "All products meet international standards",
|
||||
},
|
||||
id: "metric-2", value: "99.2%", title: "Quality Compliance", description: "All products meet international standards", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Quality compliance video"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "50+",
|
||||
title: "Supplier Partners",
|
||||
description: "Verified manufacturers worldwide",
|
||||
},
|
||||
id: "metric-3", value: "50+", title: "Supplier Partners", description: "Verified manufacturers worldwide", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Supplier partners video"},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "24/7",
|
||||
title: "Order Support",
|
||||
description: "Dedicated product specialists available",
|
||||
},
|
||||
id: "metric-4", value: "24/7", title: "Order Support", description: "Dedicated product specialists available", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Order support video"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -277,44 +202,9 @@ export default function ProductsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Enterprise Corp",
|
||||
"Retail Solutions",
|
||||
"Tech Industries",
|
||||
"Manufacturing Pro",
|
||||
"Logistics Plus",
|
||||
"Commerce Hub",
|
||||
"Finance Partners",
|
||||
]}
|
||||
"Enterprise Corp", "Retail Solutions", "Tech Industries", "Manufacturing Pro", "Logistics Plus", "Commerce Hub", "Finance Partners"]}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/abstract-colorful-floral-shape-with-logo_1035-8982.jpg",
|
||||
alt: "Enterprise Corp",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/colorful-set-labor-day-labels_23-2147658136.jpg",
|
||||
alt: "Retail Solutions",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/technological-logo-design_1424-39.jpg",
|
||||
alt: "Tech Industries",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-mechanical-engineering-logo-template_23-2149999399.jpg",
|
||||
alt: "Manufacturing Pro",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/blue-circular-abstract-logo_1043-69.jpg",
|
||||
alt: "Logistics Plus",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32400.jpg",
|
||||
alt: "Commerce Hub",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148857284.jpg",
|
||||
alt: "Finance Partners",
|
||||
},
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/abstract-colorful-floral-shape-with-logo_1035-8982.jpg", "http://img.b2bpic.net/free-vector/colorful-set-labor-day-labels_23-2147658136.jpg", "http://img.b2bpic.net/free-vector/technological-logo-design_1424-39.jpg", "http://img.b2bpic.net/free-vector/gradient-mechanical-engineering-logo-template_23-2149999399.jpg", "http://img.b2bpic.net/free-vector/blue-circular-abstract-logo_1043-69.jpg", "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32400.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148857284.jpg"]}
|
||||
showCard={true}
|
||||
speed={40}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user