Merge version_1 into main #2
363
src/app/page.tsx
363
src/app/page.tsx
@@ -26,276 +26,111 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Sectors",
|
||||
id: "/sectors",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Alkodmani Group"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About Us", id: "/about" },
|
||||
{ name: "Sectors", id: "/sectors" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Alkodmani Group"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Alkodmani Group | مجموعة القضماني"
|
||||
description="Built for Continuity. Designed for Growth. | أُنشئنا لنبقى"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stripes-dark-leaf_23-2147810851.jpg?_wi=1",
|
||||
imageAlt: "Alkodmani Group Brand Heritage",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg?_wi=1",
|
||||
imageAlt: "Corporate Excellence",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-idealight-bulb-notepad-scissors-calculator-cup-tea-red-pen-black-marker-black_140725-144443.jpg?_wi=1",
|
||||
imageAlt: "Future Vision",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/safari-party-with-dessert-table_23-2149707846.jpg",
|
||||
imageAlt: "Food and Dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-coffee-cup-wooden-table_53876-31719.jpg",
|
||||
imageAlt: "Beverage Excellence",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-architects-working-project_23-2147702517.jpg",
|
||||
imageAlt: "Building Future",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Alkodmani Group | مجموعة القضماني"
|
||||
description="Built for Continuity. Designed for Growth. | أُنشئنا لنبقى"
|
||||
buttons={[
|
||||
{ text: "Our Vision", href: "/about" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stripes-dark-leaf_23-2147810851.jpg", imageAlt: "Alkodmani Group Brand Heritage" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg", imageAlt: "Corporate Excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-idealight-bulb-notepad-scissors-calculator-cup-tea-red-pen-black-marker-black_140725-144443.jpg", imageAlt: "Future Vision" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/safari-party-with-dessert-table_23-2149707846.jpg", imageAlt: "Food and Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-coffee-cup-wooden-table_53876-31719.jpg", imageAlt: "Beverage Excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-architects-working-project_23-2147702517.jpg", imageAlt: "Building Future" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Built for Continuity, Designed for Growth."
|
||||
metrics={[
|
||||
{
|
||||
icon: History,
|
||||
label: "Heritage",
|
||||
value: "Rooted",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Future Growth",
|
||||
value: "Strategic",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Trust",
|
||||
value: "Quality",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Built for Continuity, Designed for Growth."
|
||||
metrics={[
|
||||
{ icon: History, label: "Heritage", value: "Rooted" },
|
||||
{ icon: TrendingUp, label: "Future Growth", value: "Strategic" },
|
||||
{ icon: ShieldCheck, label: "Trust", value: "Quality" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="values" data-section="values">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Continuity",
|
||||
description: "Building sustainable value that stands the test of time.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chalk-arrows-drawn-with-copy-space_23-2148456145.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stripes-dark-leaf_23-2147810851.jpg?_wi=2",
|
||||
imageAlt: "strategic planning conceptual business photography",
|
||||
},
|
||||
{
|
||||
title: "Growth",
|
||||
description: "Evolving consistently to meet future market demands.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fragrant-coffee-beans-are-scattered-from-jar-rustic-tabletop-background-closeup-selective-focus-copy-space-banner_166373-2290.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-boardroom-space-within-enterprise-designed-productivity_482257-114714.jpg?_wi=2",
|
||||
imageAlt: "strategic planning conceptual business photography",
|
||||
},
|
||||
{
|
||||
title: "Heritage",
|
||||
description: "Respecting tradition while embracing modern standards.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885676.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rosemary-coconut-orange-products_23-2148337505.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-idealight-bulb-notepad-scissors-calculator-cup-tea-red-pen-black-marker-black_140725-144443.jpg?_wi=2",
|
||||
imageAlt: "strategic planning conceptual business photography",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Our Core Values"
|
||||
description="The principles that define our commitment to excellence and lasting impact."
|
||||
/>
|
||||
</div>
|
||||
<div id="values" data-section="values">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={false}
|
||||
title="Our Core Values"
|
||||
description="The principles that define our commitment to excellence and lasting impact."
|
||||
features={[
|
||||
{ title: "Continuity", description: "Building sustainable value that stands the test of time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chalk-arrows-drawn-with-copy-space_23-2148456145.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg" } },
|
||||
{ title: "Growth", description: "Evolving consistently to meet future market demands.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fragrant-coffee-beans-are-scattered-from-jar-rustic-tabletop-background-closeup-selective-focus-copy-space-banner_166373-2290.jpg" } },
|
||||
{ title: "Heritage", description: "Respecting tradition while embracing modern standards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885676.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-rosemary-coconut-orange-products_23-2148337505.jpg" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sectors" data-section="sectors">
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Sector",
|
||||
name: "Food & Restaurants",
|
||||
price: "Active",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Sector",
|
||||
name: "Coffee & Beverages",
|
||||
price: "Active",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-coffee-cup_53876-24897.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Sector",
|
||||
name: "Construction",
|
||||
price: "Active",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-576.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Sector",
|
||||
name: "Fashion",
|
||||
price: "Planned",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Sector",
|
||||
name: "Beauty & Wellness",
|
||||
price: "Planned",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leaf-candles-bath-products-with-copy-space_23-2148366062.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Business Sectors"
|
||||
description="Diverse sectors operating with shared quality standards."
|
||||
/>
|
||||
</div>
|
||||
<div id="sectors" data-section="sectors">
|
||||
<ProductCardTwo
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
title="Our Business Sectors"
|
||||
description="Diverse sectors operating with shared quality standards."
|
||||
products={[
|
||||
{ id: "1", brand: "Sector", name: "Food & Restaurants", price: "Active", rating: 5, reviewCount: "4.9", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg" },
|
||||
{ id: "2", brand: "Sector", name: "Coffee & Beverages", price: "Active", rating: 5, reviewCount: "4.9", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-coffee-cup_53876-24897.jpg" },
|
||||
{ id: "3", brand: "Sector", name: "Construction", price: "Active", rating: 5, reviewCount: "5.0", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-576.jpg" },
|
||||
{ id: "4", brand: "Sector", name: "Fashion", price: "Planned", rating: 5, reviewCount: "4.8", imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg" },
|
||||
{ id: "5", brand: "Sector", name: "Beauty & Wellness", price: "Planned", rating: 5, reviewCount: "4.9", imageSrc: "http://img.b2bpic.net/free-photo/leaf-candles-bath-products-with-copy-space_23-2148366062.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common inquiries about our heritage and business."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is Alkodmani Group?",
|
||||
content: "We are a multi-sector investment group focusing on long-term sustainable growth.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where do you operate?",
|
||||
content: "Our operations currently focus on building strong local foundations with global standards.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can we partner with you?",
|
||||
content: "Reach out through our contact page to discuss potential collaborations.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What sectors are you in?",
|
||||
content: "We operate in Food, Coffee, Construction, Fashion, and Beauty.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is your expansion sustainable?",
|
||||
content: "Sustainability and continuity are core to our growth strategy.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common inquiries about our heritage and business."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{ id: "1", title: "What is Alkodmani Group?", content: "We are a multi-sector investment group focusing on long-term sustainable growth." },
|
||||
{ id: "2", title: "Where do you operate?", content: "Our operations currently focus on building strong local foundations with global standards." },
|
||||
{ id: "3", title: "How can we partner with you?", content: "Reach out through our contact page to discuss potential collaborations." },
|
||||
{ id: "4", title: "What sectors are you in?", content: "We operate in Food, Coffee, Construction, Fashion, and Beauty." },
|
||||
{ id: "5", title: "Is your expansion sustainable?", content: "Sustainability and continuity are core to our growth strategy." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Alkodmani Group"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Sectors",
|
||||
href: "/sectors",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Vision",
|
||||
href: "/about#vision",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Alkodmani Group"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Sectors", href: "/sectors" }] },
|
||||
{ title: "Company", items: [{ label: "Contact Us", href: "/contact" }, { label: "Vision", href: "/about#vision" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user