Merge version_1 into main #2
@@ -26,25 +26,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"
|
||||
/>
|
||||
@@ -54,29 +44,15 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyNine
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Portrait Mastery",
|
||||
description: "High-fidelity studio and field portraits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-empty-screen_23-2148532588.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-circle-frame_53876-90186.jpg",
|
||||
buttonText: "View Portfolio",
|
||||
},
|
||||
title: "Portrait Mastery", description: "High-fidelity studio and field portraits.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-working-empty-screen_23-2148532588.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-circle-frame_53876-90186.jpg", buttonText: "View Portfolio"},
|
||||
{
|
||||
title: "Showroom Captures",
|
||||
description: "Professional performance documentation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg",
|
||||
titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sxzhe",
|
||||
buttonText: "View Portfolio",
|
||||
},
|
||||
title: "Showroom Captures", description: "Professional performance documentation.", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189624.jpg", titleImageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7sxzhe", buttonText: "View Portfolio"},
|
||||
{
|
||||
title: "Auction Profiles",
|
||||
description: "High-conversion media for sales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066401.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-render-movie-maker-3d-illustration-design_460848-9858.jpg",
|
||||
buttonText: "View Portfolio",
|
||||
},
|
||||
title: "Auction Profiles", description: "High-conversion media for sales.", imageSrc: "http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066401.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-render-movie-maker-3d-illustration-design_460848-9858.jpg", buttonText: "View Portfolio"},
|
||||
]}
|
||||
title="Elite Photography"
|
||||
description="Capture the elegance, strength, and grace of your Arabian horses with our expert photographic services."
|
||||
@@ -92,24 +68,12 @@ export default function LandingPage() {
|
||||
description="Expertise tailored to the unique anatomy and spirit of Arabian horses."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Studio",
|
||||
title: "Dramatic Portraits",
|
||||
items: [
|
||||
"Controlled light",
|
||||
"Black background",
|
||||
"Emphasis on head structure",
|
||||
],
|
||||
id: "1", label: "Studio", title: "Dramatic Portraits", items: [
|
||||
"Controlled light", "Black background", "Emphasis on head structure"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Field",
|
||||
title: "Action Photography",
|
||||
items: [
|
||||
"Motion tracking",
|
||||
"Natural environment",
|
||||
"Expressive movement",
|
||||
],
|
||||
id: "2", label: "Field", title: "Action Photography", items: [
|
||||
"Motion tracking", "Natural environment", "Expressive movement"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -121,33 +85,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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user