diff --git a/src/app/page.tsx b/src/app/page.tsx
index 677deed..ee7210c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -59,39 +51,23 @@ export default function LandingPage() {
description="Your trusted partner in professional enterprise solutions, delivering excellence and innovation in every project we undertake."
buttons={[
{
- text: "Learn More",
- href: "#about",
- },
+ text: "Learn More", href: "#about"},
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1867.jpg",
- imageAlt: "Business corporate office",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1867.jpg", imageAlt: "Business corporate office"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/team-leader-discussing-charts-graphs_1098-1838.jpg",
- imageAlt: "Professional business consultation",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/team-leader-discussing-charts-graphs_1098-1838.jpg", imageAlt: "Professional business consultation"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/picture-modern-skyscrapers-with-blue-windows-parking-area-blue-sky_181624-7105.jpg",
- imageAlt: "Corporate modern building",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/picture-modern-skyscrapers-with-blue-windows-parking-area-blue-sky_181624-7105.jpg", imageAlt: "Corporate modern building"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/chief-analyst-holding-meeting-presentation-team-economists-manager-showing-digital-interactive-whiteboard-with-growth-analysis-charts-statistics-data-diverse-people-working-broadroom_482257-13904.jpg",
- imageAlt: "Business strategy meeting",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/chief-analyst-holding-meeting-presentation-team-economists-manager-showing-digital-interactive-whiteboard-with-growth-analysis-charts-statistics-data-diverse-people-working-broadroom_482257-13904.jpg", imageAlt: "Business strategy meeting"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-ceo_482257-122705.jpg",
- imageAlt: "Global trade enterprise",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-ceo_482257-122705.jpg", imageAlt: "Global trade enterprise"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-arrangement_23-2148991190.jpg",
- imageAlt: "Teamwork office environment",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-arrangement_23-2148991190.jpg", imageAlt: "Teamwork office environment"},
]}
/>
@@ -101,14 +77,10 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment to Excellence"
description={[
- "Aman Enterprises is dedicated to providing superior business solutions. We bridge the gap between quality and efficiency, ensuring our clients achieve sustainable growth through our specialized services.",
- "With a focus on integrity and innovation, we have established ourselves as a reliable pillar for enterprises seeking consistent success and operational excellence.",
- ]}
+ "Aman Enterprises is dedicated to providing superior business solutions. We bridge the gap between quality and efficiency, ensuring our clients achieve sustainable growth through our specialized services.", "With a focus on integrity and innovation, we have established ourselves as a reliable pillar for enterprises seeking consistent success and operational excellence."]}
buttons={[
{
- text: "View Products",
- href: "#products",
- },
+ text: "View Products", href: "#products"},
]}
/>
@@ -120,29 +92,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Market Expertise",
- description: "Years of experience understanding industry trends and business demands.",
- tag: "Expertise",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-clipboard_1098-602.jpg",
- imageAlt: "Market expertise illustration",
- },
+ id: "f1", title: "Market Expertise", description: "Years of experience understanding industry trends and business demands.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-clipboard_1098-602.jpg", imageAlt: "Market expertise illustration"},
{
- id: "f2",
- title: "Operational Quality",
- description: "Top-tier quality controls ensuring every project meets global standards.",
- tag: "Quality",
- imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-planning-trategy-graph_53876-121052.jpg",
- imageAlt: "Quality control concept",
- },
+ id: "f2", title: "Operational Quality", description: "Top-tier quality controls ensuring every project meets global standards.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-planning-trategy-graph_53876-121052.jpg", imageAlt: "Quality control concept"},
{
- id: "f3",
- title: "Customer Centric",
- description: "Personalized service packages tailored specifically to your business needs.",
- tag: "Service",
- imageSrc: "http://img.b2bpic.net/free-photo/people-standing-office-holding-hands-together_23-2147650947.jpg",
- imageAlt: "Customer support illustration",
- },
+ id: "f3", title: "Customer Centric", description: "Personalized service packages tailored specifically to your business needs.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/people-standing-office-holding-hands-together_23-2147650947.jpg", imageAlt: "Customer support illustration"},
]}
title="Why Partner With Us?"
description="We offer a suite of specialized services designed to streamline your business operations and maximize potential."
@@ -157,59 +111,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- brand: "Aman",
- name: "Basic Supply Pack",
- price: "$499",
- rating: 5,
- reviewCount: "128",
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-carboard-factory_1303-22911.jpg",
- },
+ id: "p1", brand: "Aman", name: "Basic Supply Pack", price: "$499", rating: 5,
+ reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/man-working-carboard-factory_1303-22911.jpg"},
{
- id: "p2",
- brand: "Aman",
- name: "Enterprise Pro Kit",
- price: "$1,299",
- rating: 5,
- reviewCount: "84",
- imageSrc: "http://img.b2bpic.net/free-photo/i-m-posting-this-picture-business-social-media-young-man-taking-picture-thank-you-note-package-customer_662251-2156.jpg",
- },
+ id: "p2", brand: "Aman", name: "Enterprise Pro Kit", price: "$1,299", rating: 5,
+ reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/i-m-posting-this-picture-business-social-media-young-man-taking-picture-thank-you-note-package-customer_662251-2156.jpg"},
{
- id: "p3",
- brand: "Aman",
- name: "Industrial Hardware",
- price: "$799",
- rating: 4,
- reviewCount: "56",
- imageSrc: "http://img.b2bpic.net/free-photo/rack-with-dumbbells_1203-1700.jpg",
- },
+ id: "p3", brand: "Aman", name: "Industrial Hardware", price: "$799", rating: 4,
+ reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/rack-with-dumbbells_1203-1700.jpg"},
{
- id: "p4",
- brand: "Aman",
- name: "Utility Solution",
- price: "$349",
- rating: 5,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg",
- },
+ id: "p4", brand: "Aman", name: "Utility Solution", price: "$349", rating: 5,
+ reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg"},
{
- id: "p5",
- brand: "Aman",
- name: "Advanced Supply Unit",
- price: "$1,899",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-vector/tech-repair-template-design_23-2151092280.jpg",
- },
+ id: "p5", brand: "Aman", name: "Advanced Supply Unit", price: "$1,899", rating: 5,
+ reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-vector/tech-repair-template-design_23-2151092280.jpg"},
{
- id: "p6",
- brand: "Aman",
- name: "Strategic Asset",
- price: "$2,199",
- rating: 5,
- reviewCount: "38",
- imageSrc: "http://img.b2bpic.net/free-psd/construction-project-instagram-stories_23-2151219477.jpg",
- },
+ id: "p6", brand: "Aman", name: "Strategic Asset", price: "$2,199", rating: 5,
+ reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-psd/construction-project-instagram-stories_23-2151219477.jpg"},
]}
title="Industrial Solutions"
description="Explore our comprehensive range of high-quality products built for commercial success."
@@ -223,22 +141,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- title: "Projects Completed",
- value: "1,500+",
- icon: CheckCircle,
+ id: "m1", title: "Projects Completed", value: "1,500+", icon: CheckCircle,
},
{
- id: "m2",
- title: "Happy Clients",
- value: "850+",
- icon: Smile,
+ id: "m2", title: "Happy Clients", value: "850+", icon: Smile,
},
{
- id: "m3",
- title: "Years of Excellence",
- value: "20+",
- icon: Award,
+ id: "m3", title: "Years of Excellence", value: "20+", icon: Award,
},
]}
title="Proven Track Record"
@@ -252,45 +161,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- title: "Excellent Service",
- quote: "Reliable and efficient, Aman Enterprises helped streamline our supply chain effectively.",
- name: "Sarah Johnson",
- role: "CEO, TechGroup",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
- },
+ id: "1", title: "Excellent Service", quote: "Reliable and efficient, Aman Enterprises helped streamline our supply chain effectively.", name: "Sarah Johnson", role: "CEO, TechGroup", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg"},
{
- id: "2",
- title: "Strategic Partner",
- quote: "Their market insight and product quality are unmatched in the enterprise sector.",
- name: "Michael Chen",
- role: "Operations Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
- },
+ id: "2", title: "Strategic Partner", quote: "Their market insight and product quality are unmatched in the enterprise sector.", name: "Michael Chen", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg"},
{
- id: "3",
- title: "Top Quality",
- quote: "A truly professional team that consistently delivers on all promises made.",
- name: "Emily Rodriguez",
- role: "Director, Global Corp",
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg",
- },
+ id: "3", title: "Top Quality", quote: "A truly professional team that consistently delivers on all promises made.", name: "Emily Rodriguez", role: "Director, Global Corp", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg"},
{
- id: "4",
- title: "Highly Recommended",
- quote: "Efficient project management and top-quality assets made our collaboration a huge success.",
- name: "David Kim",
- role: "Product Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
- },
+ id: "4", title: "Highly Recommended", quote: "Efficient project management and top-quality assets made our collaboration a huge success.", name: "David Kim", role: "Product Lead", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
{
- id: "5",
- title: "Consistency",
- quote: "They are the backbone of our operational requirements in the region.",
- name: "Rachel Smith",
- role: "Logistics Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg",
- },
+ id: "5", title: "Consistency", quote: "They are the backbone of our operational requirements in the region.", name: "Rachel Smith", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-senior-man-holding-smart-phone_23-2147935571.jpg"},
]}
title="Client Success Stories"
description="Hear what our esteemed partners have to say about working with Aman Enterprises."
@@ -298,45 +177,31 @@ export default function LandingPage() {
-
-
@@ -347,18 +212,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
+ href: "#", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "#",
- ariaLabel: "LinkedIn",
- },
+ href: "#", ariaLabel: "LinkedIn"},
]}
/>
);
-}
+}
\ No newline at end of file