Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
305
src/app/page.tsx
305
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Builds",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Builds", id: "products" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Da Amigo Shop"
|
||||
/>
|
||||
@@ -52,86 +40,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Built for the Desert."
|
||||
description="Custom UTV builds, car audio, lighting, tint, suspension, and off-road upgrades in El Paso, Texas. Since 2005."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg?_wi=1",
|
||||
imageAlt: "Desert racing build",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-jeep-car-hawaii_23-2148892272.jpg?_wi=1",
|
||||
imageAlt: "Custom UTV build",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078278.jpg",
|
||||
imageAlt: "Travel items inside car",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-house-surroundings-daylight_23-2149125504.jpg",
|
||||
imageAlt: "Rural house surroundings",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-driving-along-pathway-forest_181624-6033.jpg",
|
||||
imageAlt: "Car driving in forest",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg", imageAlt: "Desert racing build" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-jeep-car-hawaii_23-2148892272.jpg", imageAlt: "Custom UTV build" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078278.jpg", imageAlt: "Travel items inside car" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rural-house-surroundings-daylight_23-2149125504.jpg", imageAlt: "Rural house surroundings" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-driving-along-pathway-forest_181624-6033.jpg", imageAlt: "Car driving in forest" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-posing-outdoors_23-2148770937.jpg",
|
||||
imageAlt: "Desert racing build",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-view-off-road-car-with-nature-terrain-weather-conditions_23-2151430072.jpg",
|
||||
imageAlt: "Custom UTV build",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-climbing-train_23-2147770304.jpg",
|
||||
imageAlt: "Woman on train",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-wanting-use-retro-camera_23-2148768780.jpg",
|
||||
imageAlt: "Retro camera user",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078254.jpg",
|
||||
imageAlt: "Road trip travel gear",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-posing-outdoors_23-2148770937.jpg", imageAlt: "Desert racing build" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-view-off-road-car-with-nature-terrain-weather-conditions_23-2151430072.jpg", imageAlt: "Custom UTV build" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-climbing-train_23-2147770304.jpg", imageAlt: "Woman on train" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-woman-wanting-use-retro-camera_23-2148768780.jpg", imageAlt: "Retro camera user" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078254.jpg", imageAlt: "Road trip travel gear" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Builds",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Builds", href: "#products" },
|
||||
{ text: "Book Service", href: "#contact" }
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052451.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/native-american-man-dessert_23-2149312976.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473098.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cowboy-with-hat-photorealistic-environment_23-2151448023.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cinematic-portrait-american-cowboy-west-with-hat_23-2151495650.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052451.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/native-american-man-dessert_23-2149312976.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473098.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cowboy-with-hat-photorealistic-environment_23-2151448023.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cinematic-portrait-american-cowboy-west-with-hat_23-2151495650.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ local off-road enthusiasts."
|
||||
/>
|
||||
@@ -144,20 +79,11 @@ export default function LandingPage() {
|
||||
title="Serving El Paso Since 2005"
|
||||
description="Da Amigo Shop is a family-owned local business serving El Paso and surrounding communities. We specialize in expert automotive and off-road customization, providing quality installs and customer service for nearly two decades."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Family Owned & Local",
|
||||
description: "Serving the El Paso community for over 18 years.",
|
||||
},
|
||||
{
|
||||
title: "Expert Customization",
|
||||
description: "Professional installs for audio, suspension, and lighting.",
|
||||
},
|
||||
{
|
||||
title: "Quality Assured",
|
||||
description: "Trusted by off-road enthusiasts and car lovers alike.",
|
||||
},
|
||||
{ title: "Family Owned & Local", description: "Serving the El Paso community for over 18 years." },
|
||||
{ title: "Expert Customization", description: "Professional installs for audio, suspension, and lighting." },
|
||||
{ title: "Quality Assured", description: "Trusted by off-road enthusiasts and car lovers alike." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -169,41 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "UTV Customization",
|
||||
description: "Roll cages, lighting, and performance builds.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19074.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078273.jpg?_wi=2",
|
||||
imageAlt: "utv suspension lift parts",
|
||||
title: "UTV Customization", description: "Roll cages, lighting, and performance builds.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19074.jpg", imageAlt: "utv suspension lift parts" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/blue-pads-wheel-car_114579-4034.jpg", imageAlt: "utv suspension lift parts" }
|
||||
},
|
||||
{
|
||||
title: "Car Audio & Video",
|
||||
description: "Custom boxes and mobile entertainment.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-adventurer-explorer_346278-246.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-32.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg?_wi=2",
|
||||
imageAlt: "utv suspension lift parts",
|
||||
title: "Car Audio & Video", description: "Custom boxes and mobile entertainment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/urban-adventurer-explorer_346278-246.jpg", imageAlt: "utv suspension lift parts" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/music-controller-foreground_1381-32.jpg", imageAlt: "utv suspension lift parts" }
|
||||
},
|
||||
{
|
||||
title: "Window Tinting",
|
||||
description: "Professional grade tint for your vehicle.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-inside-car-wearing-vr-glasses_1303-18126.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593843.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-jeep-car-hawaii_23-2148892272.jpg?_wi=2",
|
||||
imageAlt: "utv suspension lift parts",
|
||||
},
|
||||
title: "Window Tinting", description: "Professional grade tint for your vehicle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-inside-car-wearing-vr-glasses_1303-18126.jpg", imageAlt: "utv suspension lift parts" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593843.jpg", imageAlt: "utv suspension lift parts" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Our Specialized Services"
|
||||
@@ -218,48 +120,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Baja Can-Am Build",
|
||||
price: "Custom",
|
||||
variant: "UTV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483016.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lifted Truck",
|
||||
price: "Custom",
|
||||
variant: "Truck",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-man-looking-out-open-window-his-white-sports-utility-vehicle-unshaven-male-wearing-baseball-cap-backwards-driving-his-jeep-enjoying-road-trip_273609-1560.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Custom Audio UTV",
|
||||
price: "Custom",
|
||||
variant: "Audio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482972.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Rock Lights Spec",
|
||||
price: "Custom",
|
||||
variant: "Lighting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-picture-handsome-cheerful-young-bearded-farmer-wearing-sunglasses_343059-3610.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Suspension Build",
|
||||
price: "Custom",
|
||||
variant: "Off-road",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-atv-quad-bike-close-up_93675-134971.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Interior Fabric",
|
||||
price: "Custom",
|
||||
variant: "Interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-view-off-road-vehicle-with-nature-terrain-weather-conditions_23-2151430139.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Baja Can-Am Build", price: "Custom", variant: "UTV", imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151483016.jpg" },
|
||||
{ id: "p2", name: "Lifted Truck", price: "Custom", variant: "Truck", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-man-looking-out-open-window-his-white-sports-utility-vehicle-unshaven-male-wearing-baseball-cap-backwards-driving-his-jeep-enjoying-road-trip_273609-1560.jpg" },
|
||||
{ id: "p3", name: "Custom Audio UTV", price: "Custom", variant: "Audio", imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482972.jpg" },
|
||||
{ id: "p4", name: "Rock Lights Spec", price: "Custom", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-picture-handsome-cheerful-young-bearded-farmer-wearing-sunglasses_343059-3610.jpg" },
|
||||
{ id: "p5", name: "Suspension Build", price: "Custom", variant: "Off-road", imageSrc: "http://img.b2bpic.net/free-photo/details-atv-quad-bike-close-up_93675-134971.jpg" },
|
||||
{ id: "p6", name: "Interior Fabric", price: "Custom", variant: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-view-off-road-vehicle-with-nature-terrain-weather-conditions_23-2151430139.jpg" }
|
||||
]}
|
||||
title="Showcase Builds"
|
||||
description="Check out our latest off-road projects and customization builds."
|
||||
@@ -272,46 +138,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
handle: "@offroad_elpaso",
|
||||
testimonial: "Always friendly and gives very good deals. Best shop in town.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31895.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chris B.",
|
||||
handle: "@bass_head",
|
||||
testimonial: "Love it. Wanna bump or sound good go there. Amazing quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/native-american-man-dessert_23-2149312975.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike S.",
|
||||
handle: "@baja_racer",
|
||||
testimonial: "Top notch UTV build! They really know their stuff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/native-american-man-with-horse_23-2149312958.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah J.",
|
||||
handle: "@truck_life",
|
||||
testimonial: "Best window tint work I've ever had. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Leo V.",
|
||||
handle: "@elpaso_cruiser",
|
||||
testimonial: "Trustworthy local shop. Always my go-to for upgrades.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-view-adventure-time-with-off-road-vehicle-rough-terrain_23-2151476264.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex R.", handle: "@offroad_elpaso", testimonial: "Always friendly and gives very good deals. Best shop in town.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-old-man-car-salon_1157-31895.jpg" },
|
||||
{ id: "2", name: "Chris B.", handle: "@bass_head", testimonial: "Love it. Wanna bump or sound good go there. Amazing quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/native-american-man-dessert_23-2149312975.jpg" },
|
||||
{ id: "3", name: "Mike S.", handle: "@baja_racer", testimonial: "Top notch UTV build! They really know their stuff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/native-american-man-with-horse_23-2149312958.jpg" },
|
||||
{ id: "4", name: "Sarah J.", handle: "@truck_life", testimonial: "Best window tint work I've ever had. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg" },
|
||||
{ id: "5", name: "Leo V.", handle: "@elpaso_cruiser", testimonial: "Trustworthy local shop. Always my go-to for upgrades.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-white-view-adventure-time-with-off-road-vehicle-rough-terrain_23-2151476264.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Community Voices"
|
||||
@@ -322,18 +153,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Visit Us Today"
|
||||
title="Ready to build your ride?"
|
||||
description="7621 Alameda Ave, El Paso, TX 79915 | 915-859-7111\nMon-Sat: 9AM–7PM | Sun: Closed"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9158597111",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call Now", href: "tel:9158597111" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -341,35 +165,18 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "UTV Customization",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Car Audio",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Window Tint",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "UTV Customization", href: "#features" },
|
||||
{ label: "Car Audio", href: "#features" },
|
||||
{ label: "Window Tint", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Da Amigo Shop"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user