Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-02 09:05:38 +00:00

View File

@@ -1,367 +1,141 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Contact", id: "#contact" }
];
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="medium"
background="noise"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Contact",
id: "#contact",
},
]}
brandName="Menta Group"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
title="Menta Group | مجموعة منتا"
description="Excellence in business solutions, strategy, and corporate growth."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599290.jpg?_wi=1",
imageAlt: "Hero slide 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/minimal-neutral-earth-tone-abstract-background_53876-104725.jpg?_wi=1",
imageAlt: "Hero slide 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/concept-light-material-fine-mesh_23-2148066718.jpg",
imageAlt: "Hero slide 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/design-space-abstract-earth-tone-background_53876-108331.jpg",
imageAlt: "Hero slide 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/neutral-tone-texture-abstract-background_53876-96900.jpg",
imageAlt: "Hero slide 5",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blue-purple-abstract-background_53876-129583.jpg",
imageAlt: "Hero slide 6",
},
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Empowering Businesses Through Strategy"
/>
</div>
<div id="services" data-section="services">
<FeatureCardNineteen
textboxLayout="default"
useInvertedBackground={false}
features={[
{
tag: "Coming Soon",
title: "Menta Marketing",
subtitle: "Strategic Growth",
description: "High-performance marketing campaigns and brand positioning for industry leaders.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg?_wi=1",
},
{
tag: "Coming Soon",
title: "Menta Retail",
subtitle: "Operations Excellence",
description: "Optimizing retail experiences and commercial efficiency across European markets.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862080.jpg?_wi=1",
},
{
tag: "Established",
title: "Business Consulting",
subtitle: "Enterprise Solutions",
description: "Strategic advisory for scaling complex enterprise operations and workflows.",
imageSrc: "http://img.b2bpic.net/free-photo/internet-social-technology-digital-connection-device_53876-120732.jpg",
},
]}
title="Our Focus Areas"
description="Tailored solutions for modern corporate success."
/>
</div>
<div id="product" data-section="product">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Consulting",
name: "Strategic Audit",
price: "Custom",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-box-marble-surface_23-2152025142.jpg",
},
{
id: "2",
brand: "Consulting",
name: "Operational Growth",
price: "Custom",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/light-prisms-colorful-effect_23-2148898177.jpg",
},
{
id: "3",
brand: "Consulting",
name: "Process Mapping",
price: "Custom",
rating: 4,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/vivid-types-applications-drawn-black-board_23-2147841272.jpg",
},
{
id: "4",
brand: "Retail",
name: "Brand Strategy",
price: "Custom",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/computer-network-digital-connection-technology-concept_53876-21170.jpg",
},
{
id: "5",
brand: "Retail",
name: "Experience Design",
price: "Custom",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/triangles-paper-concept-with-copy-space_23-2148547757.jpg",
},
{
id: "6",
brand: "Retail",
name: "Market Entry",
price: "Custom",
rating: 4,
reviewCount: "11",
imageSrc: "http://img.b2bpic.net/free-photo/young-emotional-attractive-girl-business-style-clothes-working-with-flipchart-modern-office-audience_78826-2298.jpg",
},
]}
title="Solution Packages"
description="Core offerings tailored to your business maturity."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "15+",
description: "Countries Served",
},
{
id: "2",
value: "200+",
description: "Consulting Projects",
},
{
id: "3",
value: "98%",
description: "Client Satisfaction",
},
]}
title="Proven Performance"
description="Data-driven results for our partners."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alexander Schmidt",
date: "Jan 2024",
title: "CEO, TechLog",
quote: "The team at Menta Group redefined our growth strategy.",
tag: "Strategy",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-woman-posing-studio_23-2149417626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599290.jpg?_wi=2",
imageAlt: "professional portrait studio lighting",
},
{
id: "2",
name: "Elena Rossi",
date: "Dec 2023",
title: "Director, RetailFlow",
quote: "Seamless operations and insightful retail guidance.",
tag: "Retail",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408805.jpg",
imageAlt: "professional portrait studio lighting",
},
{
id: "3",
name: "Marcus Thorne",
date: "Oct 2023",
title: "VP, Innovate Europe",
quote: "Exceptional professional standards and execution.",
tag: "Consulting",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg?_wi=2",
imageAlt: "professional portrait studio lighting",
},
{
id: "4",
name: "Sarah Jenkins",
date: "Sept 2023",
title: "Founder, GrowthCo",
quote: "A true partner in driving market share.",
tag: "Growth",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862080.jpg?_wi=2",
imageAlt: "professional portrait studio lighting",
},
{
id: "5",
name: "David O'Connor",
date: "Aug 2023",
title: "Director, Global Ops",
quote: "The standard in enterprise business solutions.",
tag: "Ops",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-neutral-earth-tone-abstract-background_53876-104725.jpg?_wi=2",
imageAlt: "professional portrait studio lighting",
},
]}
title="Client Success"
description="What industry leaders say about working with Menta Group."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What industries does Menta Group serve?",
content: "We primarily focus on retail, enterprise tech, and corporate strategy.",
},
{
id: "2",
title: "Can I request a custom audit?",
content: "Yes, our strategy team is available for custom business audits.",
},
{
id: "3",
title: "How do we get started?",
content: "Reach out through our contact form and we will schedule an introductory call.",
},
]}
title="Frequently Asked Questions"
description="Insights into our consulting methodology."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
text="Ready to transform your business strategy? Get in touch with our expert team."
buttons={[
{
text: "Contact Us",
href: "#contact",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Menta Group"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#services",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
copyrightText="© 2024 Menta Group. All rights reserved."
/>
</div>
</ReactLenis>
<ThemeProvider>
<div id="nav" data-section="nav">
<NavbarStyleApple brandName="Menta Group" navItems={navItems} />
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Menta Group | مجموعة منتا"
description="Excellence in business solutions, strategy, and corporate growth."
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599290.jpg", imageAlt: "Hero slide 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/minimal-neutral-earth-tone-abstract-background_53876-104725.jpg", imageAlt: "Hero slide 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/concept-light-material-fine-mesh_23-2148066718.jpg", imageAlt: "Hero slide 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/design-space-abstract-earth-tone-background_53876-108331.jpg", imageAlt: "Hero slide 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/neutral-tone-texture-abstract-background_53876-96900.jpg", imageAlt: "Hero slide 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-purple-abstract-background_53876-129583.jpg", imageAlt: "Hero slide 6" }
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout useInvertedBackground={true} title="Empowering Businesses Through Strategy" />
</div>
<div id="services" data-section="services">
<FeatureCardNineteen
textboxLayout="default"
useInvertedBackground={false}
title="Our Focus Areas"
description="Tailored solutions for modern corporate success."
features={[
{ tag: "Coming Soon", title: "Menta Marketing", subtitle: "Strategic Growth", description: "High-performance marketing campaigns and brand positioning for industry leaders.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg" },
{ tag: "Coming Soon", title: "Menta Retail", subtitle: "Operations Excellence", description: "Optimizing retail experiences and commercial efficiency across European markets.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862080.jpg" },
{ tag: "Established", title: "Business Consulting", subtitle: "Enterprise Solutions", description: "Strategic advisory for scaling complex enterprise operations and workflows.", imageSrc: "http://img.b2bpic.net/free-photo/internet-social-technology-digital-connection-device_53876-120732.jpg" }
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
title="Solution Packages"
description="Core offerings tailored to your business maturity."
products={[
{ id: "1", brand: "Consulting", name: "Strategic Audit", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-box-marble-surface_23-2152025142.jpg" },
{ id: "2", brand: "Consulting", name: "Operational Growth", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/light-prisms-colorful-effect_23-2148898177.jpg" },
{ id: "3", brand: "Consulting", name: "Process Mapping", price: "Custom", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vivid-types-applications-drawn-black-board_23-2147841272.jpg" },
{ id: "4", brand: "Retail", name: "Brand Strategy", price: "Custom", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/computer-network-digital-connection-technology-concept_53876-21170.jpg" },
{ id: "5", brand: "Retail", name: "Experience Design", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/triangles-paper-concept-with-copy-space_23-2148547757.jpg" },
{ id: "6", brand: "Retail", name: "Market Entry", price: "Custom", rating: 4, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/young-emotional-attractive-girl-business-style-clothes-working-with-flipchart-modern-office-audience_78826-2298.jpg" }
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Proven Performance"
description="Data-driven results for our partners."
metrics={[
{ id: "1", value: "15+", description: "Countries Served" },
{ id: "2", value: "200+", description: "Consulting Projects" },
{ id: "3", value: "98%", description: "Client Satisfaction" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={true}
title="Client Success"
description="What industry leaders say about working with Menta Group."
testimonials={[
{ id: "1", name: "Alexander Schmidt", date: "Jan 2024", title: "CEO, TechLog", quote: "The team at Menta Group redefined our growth strategy.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-woman-posing-studio_23-2149417626.jpg", imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599290.jpg" },
{ id: "2", name: "Elena Rossi", date: "Dec 2023", title: "Director, RetailFlow", quote: "Seamless operations and insightful retail guidance.", tag: "Retail", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408805.jpg" },
{ id: "3", name: "Marcus Thorne", date: "Oct 2023", title: "VP, Innovate Europe", quote: "Exceptional professional standards and execution.", tag: "Consulting", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-middle-aged-man-with-beard-hairstyle-dressed-elegant-blue-suit-textured-dark-background-studio_613910-19853.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg" },
{ id: "4", name: "Sarah Jenkins", date: "Sept 2023", title: "Founder, GrowthCo", quote: "A true partner in driving market share.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150862080.jpg" },
{ id: "5", name: "David O'Connor", date: "Aug 2023", title: "Director, Global Ops", quote: "The standard in enterprise business solutions.", tag: "Ops", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageSrc: "http://img.b2bpic.net/free-photo/minimal-neutral-earth-tone-abstract-background_53876-104725.jpg" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Insights into our consulting methodology."
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "What industries does Menta Group serve?", content: "We primarily focus on retail, enterprise tech, and corporate strategy." },
{ id: "2", title: "Can I request a custom audit?", content: "Yes, our strategy team is available for custom business audits." },
{ id: "3", title: "How do we get started?", content: "Reach out through our contact form and we will schedule an introductory call." }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "gradient-bars" }}
text="Ready to transform your business strategy? Get in touch with our expert team."
buttons={[{ text: "Contact Us", href: "#contact" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Menta Group"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Menta Group. All rights reserved."
/>
</div>
</ThemeProvider>
);
}