From ff6ae99853d489569e64cfef61311d03e265d089 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:06:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 ++++++++++++----------------------------------- 1 file changed, 54 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e70082..3a17ac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,103 +47,60 @@ export default function LandingPage() {
@@ -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"}, ]} />
@@ -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" /> @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1