Merge version_1 into main #2
270
src/app/page.tsx
270
src/app/page.tsx
@@ -34,37 +34,23 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#home"},
|
||||||
id: "#home",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/doodle-bohemian-tipi-symbol-vector-illustration_53876-162557.jpg"
|
logoSrc="http://img.b2bpic.net/free-vector/doodle-bohemian-tipi-symbol-vector-illustration_53876-162557.jpg"
|
||||||
logoAlt="Prime Egypt Company Logo"
|
logoAlt="Prime Egypt Company Logo"
|
||||||
brandName="Prime Egypt Company"
|
brandName="Prime Egypt Company"
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -72,73 +58,48 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Crafting Modern Spaces with Precision Metal Fabrication"
|
title="Crafting Modern Spaces with Precision Metal Fabrication"
|
||||||
description="Prime Egypt Company delivers high-quality kitchens, dressing rooms, shower cabins, and UPVC windows & doors. Experience superior design and unmatched craftsmanship in every project."
|
description="Prime Egypt Company delivers high-quality kitchens, dressing rooms, shower cabins, and UPVC windows & doors. Experience superior design and unmatched craftsmanship in every project."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Our Work",
|
text: "Explore Our Work", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExWwGFDBu34U1bu91brkxoCRVs/uploaded-1781121181018-84kqeaej.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExWwGFDBu34U1bu91brkxoCRVs/uploaded-1781121181018-84kqeaej.jpg"
|
||||||
imageAlt="Modern kitchen with red cabinets and sleek design"
|
imageAlt="Modern kitchen with red cabinets and sleek design"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", alt: "Professional business woman portrait smiling"},
|
||||||
alt: "Professional business woman portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Young Businesswoman Portrait in Office"},
|
||||||
alt: "Young Businesswoman Portrait in Office",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Portrait of a young female dentist Dentistry concept Dental treatment"},
|
||||||
alt: "Portrait of a young female dentist Dentistry concept Dental treatment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Pretty attractive young mixed race model with large afro wearing navy jacket over her naked body and shorts"},
|
||||||
alt: "Pretty attractive young mixed race model with large afro wearing navy jacket over her naked body and shorts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
src: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg", alt: "Confident Handsome Middle-aged Entrepreneur"},
|
||||||
alt: "Confident Handsome Middle-aged Entrepreneur",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join our 10,000+ satisfied clients"
|
avatarText="Join our 10,000+ satisfied clients"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Precision Engineering", icon: Wrench,
|
||||||
text: "Precision Engineering",
|
|
||||||
icon: Wrench,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Innovative Design", icon: Lightbulb,
|
||||||
text: "Innovative Design",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Sustainable Solutions", icon: Leaf,
|
||||||
text: "Sustainable Solutions",
|
|
||||||
icon: Leaf,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Client-Centric Approach", icon: Users,
|
||||||
text: "Client-Centric Approach",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Quality Assured", icon: ShieldCheck,
|
||||||
text: "Quality Assured",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={40}
|
marqueeSpeed={40}
|
||||||
@@ -153,11 +114,8 @@ export default function LandingPage() {
|
|||||||
title="About Prime Egypt: Excellence in Fabrication"
|
title="About Prime Egypt: Excellence in Fabrication"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
description="With years of expertise, Prime Egypt Company is a leader in crafting bespoke metal solutions for modern living and commercial spaces. We blend innovative design with superior materials and meticulous fabrication techniques to deliver stunning and durable results. Our commitment to quality ensures every project reflects the highest standards of precision and aesthetic appeal."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -168,37 +126,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Custom Kitchens", description: "Designing and fabricating modern, highly functional kitchen spaces with premium materials and finishes.", tag: "Innovate", imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg", imageAlt: "Modern custom kitchen"},
|
||||||
title: "Custom Kitchens",
|
|
||||||
description: "Designing and fabricating modern, highly functional kitchen spaces with premium materials and finishes.",
|
|
||||||
tag: "Innovate",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg?_wi=1",
|
|
||||||
imageAlt: "Modern custom kitchen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Luxury Dressing Rooms", description: "Tailored dressing room solutions that combine elegant design with smart storage and organization.", tag: "Organize", imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg", imageAlt: "Luxury dressing room"},
|
||||||
title: "Luxury Dressing Rooms",
|
|
||||||
description: "Tailored dressing room solutions that combine elegant design with smart storage and organization.",
|
|
||||||
tag: "Organize",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg?_wi=1",
|
|
||||||
imageAlt: "Luxury dressing room",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Stylish Shower Cabins", description: "Sleek and durable shower cabins, meticulously crafted for modern bathrooms and unparalleled comfort.", tag: "Refine", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-with-green-tiles-white-cabinets-wall_169016-15713.jpg", imageAlt: "Stylish shower cabin"},
|
||||||
title: "Stylish Shower Cabins",
|
|
||||||
description: "Sleek and durable shower cabins, meticulously crafted for modern bathrooms and unparalleled comfort.",
|
|
||||||
tag: "Refine",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-with-green-tiles-white-cabinets-wall_169016-15713.jpg?_wi=1",
|
|
||||||
imageAlt: "Stylish shower cabin",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "UPVC Windows & Doors", description: "High-quality, energy-efficient UPVC windows and doors for enhanced security and aesthetic appeal.", tag: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562169.jpg", imageAlt: "UPVC window exterior"},
|
||||||
title: "UPVC Windows & Doors",
|
|
||||||
description: "High-quality, energy-efficient UPVC windows and doors for enhanced security and aesthetic appeal.",
|
|
||||||
tag: "Secure",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door-outside_23-2150562169.jpg",
|
|
||||||
imageAlt: "UPVC window exterior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Precision Craftsmanship"
|
title="Our Precision Craftsmanship"
|
||||||
description="From concept to installation, we engineer and fabricate bespoke solutions that elevate your space with functionality and aesthetic appeal."
|
description="From concept to installation, we engineer and fabricate bespoke solutions that elevate your space with functionality and aesthetic appeal."
|
||||||
@@ -213,47 +147,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Contemporary Kitchen", price: "Starting from EGP 150,000", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821337.jpg", imageAlt: "Contemporary kitchen with island"},
|
||||||
name: "Contemporary Kitchen",
|
|
||||||
price: "Starting from EGP 150,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821337.jpg",
|
|
||||||
imageAlt: "Contemporary kitchen with island",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Elegant Walk-in Closet", price: "Starting from EGP 90,000", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-stands-stylish-wardrobe-with-open-box-his-hands-she-s-dressed-black-dress-silver-shoes-wow-emotions_197531-1690.jpg", imageAlt: "Elegant walk-in closet"},
|
||||||
name: "Elegant Walk-in Closet",
|
|
||||||
price: "Starting from EGP 90,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-stands-stylish-wardrobe-with-open-box-his-hands-she-s-dressed-black-dress-silver-shoes-wow-emotions_197531-1690.jpg",
|
|
||||||
imageAlt: "Elegant walk-in closet",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Minimalist Shower Enclosure", price: "Starting from EGP 35,000", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface-used-interior-design_23-2151214765.jpg", imageAlt: "Minimalist shower enclosure"},
|
||||||
name: "Minimalist Shower Enclosure",
|
|
||||||
price: "Starting from EGP 35,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface-used-interior-design_23-2151214765.jpg",
|
|
||||||
imageAlt: "Minimalist shower enclosure",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Premium UPVC Entrance Door", price: "Starting from EGP 25,000", imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door-with-plant_23-2150562176.jpg", imageAlt: "Premium UPVC entrance door"},
|
||||||
name: "Premium UPVC Entrance Door",
|
|
||||||
price: "Starting from EGP 25,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-front-door-with-plant_23-2150562176.jpg",
|
|
||||||
imageAlt: "Premium UPVC entrance door",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Bespoke Metal Cabinetry", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/clean-space-floating-unit-open-section_169016-68896.jpg", imageAlt: "Custom metal cabinetry"},
|
||||||
name: "Bespoke Metal Cabinetry",
|
|
||||||
price: "Custom Quote",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-space-floating-unit-open-section_169016-68896.jpg",
|
|
||||||
imageAlt: "Custom metal cabinetry",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Designer Metal Fixtures", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg", imageAlt: "Designer metal fixtures"},
|
||||||
name: "Designer Metal Fixtures",
|
|
||||||
price: "Custom Quote",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg",
|
|
||||||
imageAlt: "Designer metal fixtures",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Signature Creations"
|
title="Signature Creations"
|
||||||
description="Discover our portfolio of meticulously fabricated and installed products, designed to inspire and elevate every space."
|
description="Discover our portfolio of meticulously fabricated and installed products, designed to inspire and elevate every space."
|
||||||
@@ -266,65 +170,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Ahmed Mansour", date: "July 2023", title: "Exceptional Kitchen Remodel", quote: "Prime Egypt transformed our kitchen into a modern masterpiece. The quality of fabrication and attention to detail were outstanding. Highly recommended!", tag: "Kitchens", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg", avatarAlt: "Ahmed Mansour", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExWwGFDBu34U1bu91brkxoCRVs/uploaded-1781121181018-84kqeaej.jpg", imageAlt: "professional business woman portrait smiling"},
|
||||||
name: "Ahmed Mansour",
|
|
||||||
date: "July 2023",
|
|
||||||
title: "Exceptional Kitchen Remodel",
|
|
||||||
quote: "Prime Egypt transformed our kitchen into a modern masterpiece. The quality of fabrication and attention to detail were outstanding. Highly recommended!",
|
|
||||||
tag: "Kitchens",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg",
|
|
||||||
avatarAlt: "Ahmed Mansour",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExWwGFDBu34U1bu91brkxoCRVs/uploaded-1781121181018-84kqeaej.jpg?_wi=2",
|
|
||||||
imageAlt: "professional business woman portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Fatma El-Sayed", date: "May 2023", title: "Stunning Dressing Room", quote: "Our new dressing room is beyond perfect. Prime Egypt delivered a custom solution that is both beautiful and incredibly functional. Fantastic work!", tag: "Dressing", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", avatarAlt: "Fatma El-Sayed", imageSrc: "http://img.b2bpic.net/free-vector/doodle-bohemian-tipi-symbol-vector-illustration_53876-162557.jpg", imageAlt: "professional business woman portrait smiling"},
|
||||||
name: "Fatma El-Sayed",
|
|
||||||
date: "May 2023",
|
|
||||||
title: "Stunning Dressing Room",
|
|
||||||
quote: "Our new dressing room is beyond perfect. Prime Egypt delivered a custom solution that is both beautiful and incredibly functional. Fantastic work!",
|
|
||||||
tag: "Dressing",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
|
||||||
avatarAlt: "Fatma El-Sayed",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/doodle-bohemian-tipi-symbol-vector-illustration_53876-162557.jpg",
|
|
||||||
imageAlt: "professional business woman portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Karim Hassan", date: "March 2023", title: "Flawless UPVC Installation", quote: "The UPVC windows and doors from Prime Egypt have greatly improved our home's insulation and security. Professional installation and excellent product.", tag: "UPVC", avatarSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", avatarAlt: "Karim Hassan", imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg", imageAlt: "professional business woman portrait smiling"},
|
||||||
name: "Karim Hassan",
|
|
||||||
date: "March 2023",
|
|
||||||
title: "Flawless UPVC Installation",
|
|
||||||
quote: "The UPVC windows and doors from Prime Egypt have greatly improved our home's insulation and security. Professional installation and excellent product.",
|
|
||||||
tag: "UPVC",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
|
||||||
avatarAlt: "Karim Hassan",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/drawer-lighting-warm-led-profile-blue-fronts_169016-69064.jpg?_wi=2",
|
|
||||||
imageAlt: "professional business woman portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Nour Ibrahim", date: "January 2023", title: "Luxury Shower Cabin", quote: "We are absolutely delighted with our new shower cabin. It feels luxurious and was installed with such precision. A truly premium experience.", tag: "Shower", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg", avatarAlt: "Nour Ibrahim", imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg", imageAlt: "professional business woman portrait smiling"},
|
||||||
name: "Nour Ibrahim",
|
|
||||||
date: "January 2023",
|
|
||||||
title: "Luxury Shower Cabin",
|
|
||||||
quote: "We are absolutely delighted with our new shower cabin. It feels luxurious and was installed with such precision. A truly premium experience.",
|
|
||||||
tag: "Shower",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
|
|
||||||
avatarAlt: "Nour Ibrahim",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-wardrobe-with-tall-black-handles-round-mirror-minimal-interior_169016-69452.jpg?_wi=2",
|
|
||||||
imageAlt: "professional business woman portrait smiling",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Omar Zaki", date: "November 2022", title: "Reliable and Innovative", quote: "Prime Egypt provided innovative metal fabrication solutions for our commercial project. Their team was professional, responsive, and delivered on time.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg", avatarAlt: "Omar Zaki", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-with-green-tiles-white-cabinets-wall_169016-15713.jpg", imageAlt: "professional business woman portrait smiling"},
|
||||||
name: "Omar Zaki",
|
|
||||||
date: "November 2022",
|
|
||||||
title: "Reliable and Innovative",
|
|
||||||
quote: "Prime Egypt provided innovative metal fabrication solutions for our commercial project. Their team was professional, responsive, and delivered on time.",
|
|
||||||
tag: "Commercial",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg",
|
|
||||||
avatarAlt: "Omar Zaki",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-with-green-tiles-white-cabinets-wall_169016-15713.jpg?_wi=2",
|
|
||||||
imageAlt: "professional business woman portrait smiling",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Hear from satisfied customers who have experienced the Prime Egypt difference in quality, precision, and dedicated service."
|
description="Hear from satisfied customers who have experienced the Prime Egypt difference in quality, precision, and dedicated service."
|
||||||
@@ -338,20 +192,11 @@ export default function LandingPage() {
|
|||||||
tag="Our Impact"
|
tag="Our Impact"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "15+", description: "Years of Industry Experience"},
|
||||||
value: "15+",
|
|
||||||
description: "Years of Industry Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "500+", description: "Successful Projects Delivered"},
|
||||||
value: "500+",
|
|
||||||
description: "Successful Projects Delivered",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
||||||
value: "98%",
|
|
||||||
description: "Client Satisfaction Rate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -362,14 +207,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Asset Group",
|
"Asset Group", "Grand Builders", "Elite Hotels", "Urban Projects", "Eco Solutions", "Industrial Innovations", "Home Interiors"]}
|
||||||
"Grand Builders",
|
|
||||||
"Elite Hotels",
|
|
||||||
"Urban Projects",
|
|
||||||
"Eco Solutions",
|
|
||||||
"Industrial Innovations",
|
|
||||||
"Home Interiors",
|
|
||||||
]}
|
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Industry Leaders"
|
||||||
description="Our commitment to quality and innovation has earned us partnerships with leading firms across various sectors in Egypt."
|
description="Our commitment to quality and innovation has earned us partnerships with leading firms across various sectors in Egypt."
|
||||||
speed={40}
|
speed={40}
|
||||||
@@ -382,20 +220,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "What types of metals do you fabricate?", content: "We specialize in fabricating a wide range of metals including stainless steel, aluminum, and various alloys, tailored to the specific needs of your project."},
|
||||||
title: "What types of metals do you fabricate?",
|
|
||||||
content: "We specialize in fabricating a wide range of metals including stainless steel, aluminum, and various alloys, tailored to the specific needs of your project.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do you offer custom designs for kitchens and dressing rooms?", content: "Absolutely. All our kitchen and dressing room solutions are custom-designed to fit your space, aesthetic preferences, and functional requirements."},
|
||||||
title: "Do you offer custom designs for kitchens and dressing rooms?",
|
|
||||||
content: "Absolutely. All our kitchen and dressing room solutions are custom-designed to fit your space, aesthetic preferences, and functional requirements.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "What is the typical timeline for a project?", content: "Project timelines vary depending on complexity and scope. We provide a detailed project schedule after initial consultation and design finalization."},
|
||||||
title: "What is the typical timeline for a project?",
|
|
||||||
content: "Project timelines vary depending on complexity and scope. We provide a detailed project schedule after initial consultation and design finalization.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Find quick answers to the most frequent inquiries about our services, materials, and project process."
|
sideDescription="Find quick answers to the most frequent inquiries about our services, materials, and project process."
|
||||||
@@ -408,8 +237,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Start Your Project with Prime Egypt"
|
title="Start Your Project with Prime Egypt"
|
||||||
description="Ready to transform your space with precision metal fabrication? Contact us today for a consultation or a free quote on your next project."
|
description="Ready to transform your space with precision metal fabrication? Contact us today for a consultation or a free quote on your next project."
|
||||||
@@ -425,13 +253,9 @@ export default function LandingPage() {
|
|||||||
logoAlt="Prime Egypt Company Logo"
|
logoAlt="Prime Egypt Company Logo"
|
||||||
logoText="Prime Egypt"
|
logoText="Prime Egypt"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user