Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
276
src/app/page.tsx
276
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, ThumbsUp, Wrench } from "lucide-react";
|
||||
import { Award, ThumbsUp, Wrench, Settings, Tool, Car, Calendar } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Mikiyas Bililign"
|
||||
/>
|
||||
@@ -58,43 +43,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Addis Ababa's Trusted Jetour Specialist"
|
||||
description="Where precision meets trust. Premium auto repair with transparent pricing, flawless execution, and a commitment to getting it right every time."
|
||||
tag="Luxury Auto Repair"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Book Service", href: "#contact" },
|
||||
{ text: "Explore Services", href: "#services" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiny-new-car-auto-service-got-problem-with-tyres-which-will-be-sorted-soon_613910-17078.jpg",
|
||||
imageAlt: "luxury car repair garage dark interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiny-new-car-auto-service-got-problem-with-tyres-which-will-be-sorted-soon_613910-17078.jpg", imageAlt: "luxury car repair garage dark interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg",
|
||||
imageAlt: "mechanic working on luxury car interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-sizes-repair-tools-leaning-hood-automobile-silver-colored_146671-16576.jpg",
|
||||
imageAlt: "Different sizes. Repair tools leaning under the hood of automobile. Silver colored",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-type-tools-especially-wrenches-are-hanging-wall-workshop_613910-15268.jpg",
|
||||
imageAlt: "Different type of tools, especially wrenches, are hanging on the wall at workshop.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illuminated-tunnel-with-concrete-surface_23-2151998906.jpg",
|
||||
imageAlt: "Illuminated tunnel with concrete surface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-replaces-car-engine-garage_482257-76094.jpg", imageAlt: "mechanic working on luxury car interior"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -108,24 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Wrench,
|
||||
title: "Vehicles Serviced",
|
||||
value: "2,500+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Jetour Specialist",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ThumbsUp,
|
||||
title: "Satisfaction Rate",
|
||||
value: "100%",
|
||||
},
|
||||
{ id: "m1", icon: Wrench, title: "Vehicles Serviced", value: "2,500+" },
|
||||
{ id: "m2", icon: Award, title: "Jetour Specialist", value: "100%" },
|
||||
{ id: "m3", icon: ThumbsUp, title: "Satisfaction Rate", value: "100%" }
|
||||
]}
|
||||
title="Built on Excellence"
|
||||
description="Proven results for every vehicle that enters our garage."
|
||||
@@ -138,10 +86,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
title="Where Precision Meets Trust"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "View Services", href: "#services" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,29 +97,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Engine Diagnostics",
|
||||
description: "Advanced computer analysis for all modern systems.",
|
||||
buttonIcon: "Settings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg?_wi=1",
|
||||
title: "Engine Diagnostics", description: "Advanced computer analysis for all modern systems.", buttonIcon: Settings,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg"
|
||||
},
|
||||
{
|
||||
title: "Full Mechanical Service",
|
||||
description: "Engine, transmission, suspension and braking systems.",
|
||||
buttonIcon: "Tool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg?_wi=1",
|
||||
title: "Full Mechanical Service", description: "Engine, transmission, suspension and braking systems.", buttonIcon: Tool,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg"
|
||||
},
|
||||
{
|
||||
title: "Jetour Specialist",
|
||||
description: "Factory-level knowledge for all Jetour SUV models.",
|
||||
buttonIcon: "Car",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg?_wi=1",
|
||||
title: "Jetour Specialist", description: "Factory-level knowledge for all Jetour SUV models.", buttonIcon: Car,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg"
|
||||
},
|
||||
{
|
||||
title: "Routine Maintenance",
|
||||
description: "Oil changes, fluids, and filter replacement packages.",
|
||||
buttonIcon: "Calendar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg?_wi=1",
|
||||
},
|
||||
title: "Routine Maintenance", description: "Oil changes, fluids, and filter replacement packages.", buttonIcon: Calendar,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg"
|
||||
}
|
||||
]}
|
||||
title="Premium Auto Services"
|
||||
description="Full-spectrum maintenance and repair solutions tailored for high-performance vehicles."
|
||||
@@ -188,48 +125,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Diagnose",
|
||||
price: "Step 01",
|
||||
variant: "Comprehensive vehicle check",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Quote",
|
||||
price: "Step 02",
|
||||
variant: "Transparent, itemized pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Repair",
|
||||
price: "Step 03",
|
||||
variant: "Expert technician execution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Deliver",
|
||||
price: "Step 04",
|
||||
variant: "Perfection-guaranteed handover",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Follow-up",
|
||||
price: "Ongoing",
|
||||
variant: "Customer feedback monitoring",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1345.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Maintenance",
|
||||
price: "Recurring",
|
||||
variant: "Scheduled service tracking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-examining-car-bottom_23-2147897937.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Diagnose", price: "Step 01", variant: "Comprehensive vehicle check", imageSrc: "http://img.b2bpic.net/free-photo/utensil-mechanical-works_1127-147.jpg" },
|
||||
{ id: "p2", name: "Quote", price: "Step 02", variant: "Transparent, itemized pricing", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-inspecting-car-transmission_23-2147897953.jpg" },
|
||||
{ id: "p3", name: "Repair", price: "Step 03", variant: "Expert technician execution", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-car_23-2149385721.jpg" },
|
||||
{ id: "p4", name: "Deliver", price: "Step 04", variant: "Perfection-guaranteed handover", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-with-protective-glasses_23-2148773467.jpg" },
|
||||
{ id: "p5", name: "Follow-up", price: "Ongoing", variant: "Customer feedback monitoring", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1345.jpg" },
|
||||
{ id: "p6", name: "Maintenance", price: "Recurring", variant: "Scheduled service tracking", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-examining-car-bottom_23-2147897937.jpg" }
|
||||
]}
|
||||
title="The Mikiyas Standard"
|
||||
description="Our proven 4-step process ensures transparency and perfection at every stage."
|
||||
@@ -243,46 +144,11 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Jetour Owner",
|
||||
company: "Addis Ababa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-his-coworker-communicating-auto-repair-shop_637285-4237.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Jetour Owner",
|
||||
company: "Addis Ababa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-cheerful-girl-with-big-wrench-hands-near-shiny-gar-auto-service_613910-3501.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Jetour Owner",
|
||||
company: "Addis Ababa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Jetour Owner",
|
||||
company: "Addis Ababa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1151.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "John Doe",
|
||||
role: "Jetour Owner",
|
||||
company: "Addis Ababa",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-vehicle-distributor-checkup_482257-115279.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", role: "Jetour Owner", company: "Addis Ababa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-his-coworker-communicating-auto-repair-shop_637285-4237.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Jetour Owner", company: "Addis Ababa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-cheerful-girl-with-big-wrench-hands-near-shiny-gar-auto-service_613910-3501.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Jetour Owner", company: "Addis Ababa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg" },
|
||||
{ id: "t4", name: "David Kim", role: "Jetour Owner", company: "Addis Ababa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1151.jpg" },
|
||||
{ id: "t5", name: "John Doe", role: "Jetour Owner", company: "Addis Ababa", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/client-vehicle-distributor-checkup_482257-115279.jpg" }
|
||||
]}
|
||||
title="Client Love"
|
||||
description="What our customers say about our premium service."
|
||||
@@ -292,21 +158,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready for Service You Can Trust?"
|
||||
description="Book your appointment today and experience the difference of premium car care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Book Appointment", href: "#" },
|
||||
{ text: "WhatsApp Us", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -314,57 +172,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Engine Repair",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Diagnostics",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Jetour Specialist",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Addis Ababa, Ethiopia",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+251 XX XXX XXXX",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Mon-Sat: 8AM-6PM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "About Us", items: [{ label: "Our Story", href: "#" }, { label: "Services", href: "#services" }, { label: "Testimonials", href: "#testimonials" }] },
|
||||
{ title: "Services", items: [{ label: "Engine Repair", href: "#" }, { label: "Diagnostics", href: "#" }, { label: "Jetour Specialist", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Addis Ababa, Ethiopia", href: "#" }, { label: "+251 XX XXX XXXX", href: "#" }, { label: "Mon-Sat: 8AM-6PM", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2026 Mikiyas Bililign Auto Garage."
|
||||
bottomRightText="Privacy Policy | Terms of Service"
|
||||
@@ -373,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user