Merge version_2 into main #1
237
src/app/page.tsx
237
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() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aman Enterprises"
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How can I start a partnership?",
|
||||
content: "Simply contact our sales team through the contact form or give us a call to schedule a consultation.",
|
||||
},
|
||||
id: "q1", title: "How can I start a partnership?", content: "Simply contact our sales team through the contact form or give us a call to schedule a consultation."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we provide global logistics support for our enterprise product lines.",
|
||||
},
|
||||
id: "q2", title: "Do you offer international shipping?", content: "Yes, we provide global logistics support for our enterprise product lines."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is custom support included?",
|
||||
content: "We offer dedicated account managers for all our enterprise-level client packages.",
|
||||
},
|
||||
id: "q3", title: "Is custom support included?", content: "We offer dedicated account managers for all our enterprise-level client packages."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions regarding our services, products, and partnership process."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Grow With Us?"
|
||||
description="Send us your details and a team member will reach out to discuss your requirements shortly."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone_107420-65788.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user