@@ -84,36 +67,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
- {
- title: "Glass Installation",
- description: "Custom fit high-end glazing solutions.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-glass-architecture-low-angle-shot_181624-530.jpg",
- },
- {
- title: "Aluminum Framing",
- description: "Precision-engineered aluminum structures.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6575.jpg",
- },
- {
- title: "Windows & Doors",
- description: "Elegant and durable architectural doors.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-transparent-tablet-her-hands_53876-95805.jpg",
- },
- {
- title: "Facades",
- description: "Sophisticated curtain wall fabrication.",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970793.jpg",
- },
- {
- title: "Shower Enclosures",
- description: "Seamless glass enclosure designs.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712943.jpg",
- },
- {
- title: "Decorative Glass",
- description: "Mirrors and aesthetic glass work.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daytime-shadows_23-2149080222.jpg",
- },
+ { title: "Glass Installation", description: "Custom fit high-end glazing solutions.", imageSrc: "http://img.b2bpic.net/free-photo/modern-glass-architecture-low-angle-shot_181624-530.jpg" },
+ { title: "Aluminum Framing", description: "Precision-engineered aluminum structures.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6575.jpg" },
+ { title: "Windows & Doors", description: "Elegant and durable architectural doors.", imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-transparent-tablet-her-hands_53876-95805.jpg" },
+ { title: "Facades", description: "Sophisticated curtain wall fabrication.", imageSrc: "http://img.b2bpic.net/free-photo/creative-artisan-job-workshop_23-2148970793.jpg" },
+ { title: "Shower Enclosures", description: "Seamless glass enclosure designs.", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712943.jpg" },
+ { title: "Decorative Glass", description: "Mirrors and aesthetic glass work.", imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daytime-shadows_23-2149080222.jpg" }
]}
title="Our Expert Services"
description="Premium fabrication for the discerning client."
@@ -125,22 +84,11 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={true}
+ animationType="slide-up"
metrics={[
- {
- id: "1",
- value: "Specialist",
- description: "Expert architectural fabrication focus.",
- },
- {
- id: "2",
- value: "Precision",
- description: "Millimeter-perfect structural accuracy.",
- },
- {
- id: "3",
- value: "Trusted",
- description: "Repeated patronage by elite clients.",
- },
+ { id: "1", value: "Specialist", description: "Expert architectural fabrication focus." },
+ { id: "2", value: "Precision", description: "Millimeter-perfect structural accuracy." },
+ { id: "3", value: "Trusted", description: "Repeated patronage by elite clients." }
]}
title="Why Choose Us"
description="The foundation of our reputation."
@@ -154,26 +102,11 @@ export default function LandingPage() {
rating={5}
author="Local Guide"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/modern-architect-front-building_23-2147702104.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-6924.jpg",
- alt: "Client",
- },
+ { src: "http://img.b2bpic.net/free-photo/low-angle-woman-working_23-2148480302.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/modern-architect-front-building_23-2147702104.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/architect-putting-safety-helmet-desk_23-2148242987.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/architect-smiling-while-looking-camera_23-2148242957.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-6924.jpg", alt: "Client" }
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -183,9 +116,7 @@ export default function LandingPage() {
@@ -195,31 +126,11 @@ export default function LandingPage() {
logoText="اليان للالمنيوم والزجاج \n Al-Yaan Aluminum & Glass"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Services",
- href: "#",
- },
- ],
+ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#" }]
},
{
- title: "Connect",
- items: [
- {
- label: "WhatsApp",
- href: "https://wa.me/placeholder",
- },
- {
- label: "Contact",
- href: "#",
- },
- ],
- },
+ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/placeholder" }, { label: "Contact", href: "#" }]
+ }
]}
copyrightText="© 2024 Al-Yaan Aluminum & Glass. All rights reserved."
/>
@@ -227,4 +138,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file