Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
187
src/app/page.tsx
187
src/app/page.tsx
@@ -31,65 +31,37 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="LuxeStudio"
|
||||
brandName="Asra Protection Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="LuxeStudio"
|
||||
description="Elevating your local experience with premium craftsmanship and an approachable, modern touch. Discover the difference of excellence."
|
||||
logoText="Asra Protection Services"
|
||||
description="Professional-grade security solutions dedicated to protecting your assets, personnel, and peace of mind. Excellence in every detail."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Protected", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Approach", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-futuristic-building_181624-26791.jpg",
|
||||
imageAlt: "Luxurious studio interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-guards-patrolling-building-interior_23-2148421040.jpg", imageAlt: "Security personnel on patrol"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tailor-working-leather-fabric_1303-23389.jpg",
|
||||
imageAlt: "Artisanal detail focus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/security-camera-monitoring-system-control-room_23-2149372480.jpg", imageAlt: "Advanced surveillance monitoring"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-food-still-life_23-2149278978.jpg",
|
||||
imageAlt: "Minimalist premium setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-entrance_23-2148197178.jpg", imageAlt: "Secure facility entrance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-apartment-decoration-lamp-metal_1203-4547.jpg",
|
||||
imageAlt: "Warm approachable lighting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/led-drawer-blue-fronts-minimal-kitchen_169016-69301.jpg",
|
||||
imageAlt: "Modern design aesthetic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797732.jpg",
|
||||
imageAlt: "Refined customer service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-security-guard-radio-communication_23-2148421048.jpg", imageAlt: "Professional communication"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,24 +69,18 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Excellence"
|
||||
description="Founded with the mission to bring a premium, human-centric approach to local services. We prioritize quality and trust above all."
|
||||
title="Secure & Vigilant"
|
||||
description="Founded on the principles of integrity and operational excellence. We provide comprehensive security protocols tailored to modern environmental risks."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Expertise"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Satisfied Clients",
|
||||
},
|
||||
value: "200+", title: "Secure Sites"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
},
|
||||
value: "24/7", title: "Operations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/forensic-examiners-having-discussion_1098-16316.jpg"
|
||||
imageAlt="About us photo"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-security-team-meeting_1098-16316.jpg"
|
||||
imageAlt="Our expert security team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -127,19 +93,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited custom support",
|
||||
"Standard processing times",
|
||||
],
|
||||
"Basic perimeter monitoring", "Slow response times"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Personalized strategy session",
|
||||
"Priority premium access",
|
||||
"Lifetime maintenance included",
|
||||
],
|
||||
"Advanced Threat Intelligence", "Armed & Unarmed Protection", "Executive Security Services"],
|
||||
}}
|
||||
title="Our Premium Services"
|
||||
description="Tailored solutions designed to exceed your expectations."
|
||||
title="Security Capabilities"
|
||||
description="Tailored protection strategies designed for maximum coverage and reliability."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,16 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Apple",
|
||||
"Amazon",
|
||||
"Tesla",
|
||||
"Adobe",
|
||||
"Nike",
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
description="Join thousands of clients who trust us with their needs."
|
||||
"Global Logistics", "Financial Hubs", "Data Centers", "Retail Chains", "Corporate HQ", "Government Agencies", "Residential Complexes"]}
|
||||
title="Protecting Leaders"
|
||||
description="Trusted by institutions that demand the highest level of security standards."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,33 +120,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
id: "t1", name: "James K., Facilities Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-professional-suit-office_23-2148112202.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg",
|
||||
},
|
||||
id: "t2", name: "Elena M., Bank Director", imageSrc: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-portfolio_23-2148095744.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg",
|
||||
},
|
||||
id: "t3", name: "Robert D., Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-man-portrait_107420-12324.jpg"},
|
||||
]}
|
||||
cardTitle="Client Stories"
|
||||
cardTag="Reviews"
|
||||
cardTitle="Proven Results"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -203,23 +138,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I book?",
|
||||
content: "Just use the contact form at the bottom.",
|
||||
},
|
||||
id: "f1", title: "What areas do you serve?", content: "We provide protection services across metropolitan and remote regional sectors."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the turnaround?",
|
||||
content: "We pride ourselves on efficient, high-quality delivery.",
|
||||
},
|
||||
id: "f2", title: "Are guards trained and licensed?", content: "Yes, all personnel are background-checked and hold valid security certifications."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you fully licensed?",
|
||||
content: "Yes, we meet all industry standards.",
|
||||
},
|
||||
id: "f3", title: "Do you provide 24/7 security?", content: "Absolutely. Our command center operates non-stop to ensure immediate response."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our process."
|
||||
title="Security Insights"
|
||||
description="Everything you need to know about our protection protocols."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -228,44 +154,29 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Booking"
|
||||
title="Start Your Experience"
|
||||
description="Leave your email and our team will get in touch shortly to schedule your consultation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346509.jpg"
|
||||
variant: "gradient-bars"}}
|
||||
tag="Inquiries"
|
||||
title="Request a Consultation"
|
||||
description="Secure your property today. Leave your details below, and our experts will conduct a site security assessment."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/security-officer-working-night-shift_23-2150346509.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="LuxeStudio"
|
||||
logoText="Asra Protection Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Security", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Premium",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Consulting",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Get Help", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user