Merge version_2 into main #3
218
src/app/page.tsx
218
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Photography",
|
||||
id: "/photography",
|
||||
},
|
||||
name: "Photography", id: "/photography"},
|
||||
{
|
||||
name: "Videography",
|
||||
id: "/videography",
|
||||
},
|
||||
name: "Videography", id: "/videography"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Al Jamal Media"
|
||||
/>
|
||||
@@ -57,103 +47,60 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Capturing the Soul of the Arabian Horse"
|
||||
description="Premium media production for elite Arabian horses, combining cinematic vision with technical mastery to preserve legacy in every frame."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sheikh Al-Maktoum",
|
||||
handle: "@royalstables",
|
||||
testimonial: "Exquisite quality that captures the true essence of our championship horses.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1",
|
||||
},
|
||||
name: "Sheikh Al-Maktoum", handle: "@royalstables", testimonial: "Exquisite quality that captures the true essence of our championship horses.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1"},
|
||||
{
|
||||
name: "Elena Rossi",
|
||||
handle: "@rossistud",
|
||||
testimonial: "A team with an unparalleled eye for detail and luxury storytelling.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-with-horse-ranch_1157-20816.jpg?_wi=1",
|
||||
},
|
||||
name: "Elena Rossi", handle: "@rossistud", testimonial: "A team with an unparalleled eye for detail and luxury storytelling.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-girls-with-horse-ranch_1157-20816.jpg?_wi=1"},
|
||||
{
|
||||
name: "David Thorne",
|
||||
handle: "@thorneauction",
|
||||
testimonial: "The best partner for showcasing world-class Arabian talent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg",
|
||||
},
|
||||
name: "David Thorne", handle: "@thorneauction", testimonial: "The best partner for showcasing world-class Arabian talent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg"},
|
||||
{
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@arabianelite",
|
||||
testimonial: "Impeccable videography and photography that elevates our brand presence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-reading-magazine_23-2148415915.jpg",
|
||||
},
|
||||
name: "Sarah Jenkins", handle: "@arabianelite", testimonial: "Impeccable videography and photography that elevates our brand presence.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-reading-magazine_23-2148415915.jpg"},
|
||||
{
|
||||
name: "Marcus Vane",
|
||||
handle: "@vanebreeding",
|
||||
testimonial: "Cinematic excellence redefined. Truly unmatched work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg",
|
||||
},
|
||||
name: "Marcus Vane", handle: "@vanebreeding", testimonial: "Cinematic excellence redefined. Truly unmatched work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wild-bezoar-goat-nature-habitat-bezoar-ibex-capra-aegagrus_475641-92.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wild-bezoar-goat-nature-habitat-bezoar-ibex-capra-aegagrus_475641-92.jpg",
|
||||
alt: "Sheikh Al-Maktoum portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wild-bezoar-goat-nature-habitat-bezoar-ibex-capra-aegagrus_475641-92.jpg", alt: "Sheikh Al-Maktoum portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-comfortable-workplace-home-there-are-computer-laptop-table_613910-13270.jpg",
|
||||
alt: "Elena Rossi portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-comfortable-workplace-home-there-are-computer-laptop-table_613910-13270.jpg", alt: "Elena Rossi portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-working-empty-screen_23-2148532588.jpg",
|
||||
alt: "David Thorne portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-working-empty-screen_23-2148532588.jpg", alt: "David Thorne portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8n5o8j",
|
||||
alt: "Sarah Jenkins portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8n5o8j", alt: "Sarah Jenkins portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sxzhe",
|
||||
alt: "Marcus Vane portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sxzhe", alt: "Marcus Vane portrait"},
|
||||
]}
|
||||
avatarText="Trusted by industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Elite Arabian Media",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Elite Arabian Media", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cinematic Vision",
|
||||
icon: Camera,
|
||||
type: "text-icon", text: "Cinematic Vision", icon: Camera,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Heritage",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Heritage", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unmatched Precision",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Unmatched Precision", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Legacy Preservation",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Legacy Preservation", icon: Shield,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -164,24 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Defining Excellence in ",
|
||||
},
|
||||
type: "text", content: "Defining Excellence in "},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8n5o8j",
|
||||
alt: "Al Jamal Logo",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8n5o8j", alt: "Al Jamal Logo"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Arabian Media",
|
||||
},
|
||||
type: "text", content: " Arabian Media"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,23 +131,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Camera,
|
||||
title: "Projects Completed",
|
||||
value: "150+",
|
||||
},
|
||||
id: "1", icon: Camera,
|
||||
title: "Projects Completed", value: "150+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Award,
|
||||
title: "Horses Featured",
|
||||
value: "500+",
|
||||
},
|
||||
id: "2", icon: Award,
|
||||
title: "Horses Featured", value: "500+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Globe,
|
||||
title: "Countries Served",
|
||||
value: "20+",
|
||||
},
|
||||
id: "3", icon: Globe,
|
||||
title: "Countries Served", value: "20+"},
|
||||
]}
|
||||
title="Legacy in Numbers"
|
||||
description="Decades of capturing champions across the globe."
|
||||
@@ -221,14 +150,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Royal Stables",
|
||||
"Elite Breed Registry",
|
||||
"Global Auction Group",
|
||||
"Arabian Heritage Fund",
|
||||
"Champions Circle",
|
||||
"Equine Prestige",
|
||||
"Global Arabian Show",
|
||||
]}
|
||||
"Royal Stables", "Elite Breed Registry", "Global Auction Group", "Arabian Heritage Fund", "Champions Circle", "Equine Prestige", "Global Arabian Show"]}
|
||||
title="Global Partners"
|
||||
description="Collaborating with the most respected names in the equestrian world."
|
||||
/>
|
||||
@@ -243,39 +165,19 @@ export default function LandingPage() {
|
||||
description="Choose the perfect media package to showcase your champion."
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Essential",
|
||||
price: "Contact for Quote",
|
||||
period: "/ project",
|
||||
features: [
|
||||
"Studio Session",
|
||||
"10 High-Res Prints",
|
||||
"1-Year Hosting",
|
||||
],
|
||||
id: "basic", title: "Essential", price: "Contact for Quote", period: "/ project", features: [
|
||||
"Studio Session", "10 High-Res Prints", "1-Year Hosting"],
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "/contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-camera-tripod_1268-20722.jpg",
|
||||
},
|
||||
text: "Inquire", href: "/contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-camera-tripod_1268-20722.jpg"},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium",
|
||||
price: "Contact for Quote",
|
||||
period: "/ project",
|
||||
features: [
|
||||
"Full Event Coverage",
|
||||
"Cinematic Highlight Reel",
|
||||
"Brand Consulting",
|
||||
"24/7 Priority Support",
|
||||
],
|
||||
id: "premium", title: "Premium", price: "Contact for Quote", period: "/ project", features: [
|
||||
"Full Event Coverage", "Cinematic Highlight Reel", "Brand Consulting", "24/7 Priority Support"],
|
||||
button: {
|
||||
text: "Inquire",
|
||||
href: "/contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-camera-movie-set-with-lot-cables_1268-17213.jpg",
|
||||
},
|
||||
text: "Inquire", href: "/contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-camera-movie-set-with-lot-cables_1268-17213.jpg"},
|
||||
]}
|
||||
tag="Most Popular"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -285,33 +187,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/photography",
|
||||
},
|
||||
label: "Services", href: "/photography"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "#",
|
||||
},
|
||||
label: "YouTube", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -321,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user