5 Commits

Author SHA1 Message Date
086857fe2d Update src/app/page.tsx 2026-03-09 16:00:05 +00:00
5c58cf30c8 Merge version_2 into main
Merge version_2 into main
2026-03-09 14:53:18 +00:00
a95a2846ef Update src/app/styles/variables.css 2026-03-09 14:53:14 +00:00
d0c2d7de7b Update src/app/page.tsx 2026-03-09 14:53:14 +00:00
5abf15b690 Update src/app/layout.tsx 2026-03-09 14:53:14 +00:00
3 changed files with 1442 additions and 47 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,11 +6,11 @@ import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Zap, Star, CheckCircle, Heart, Trophy, Mail } from "lucide-react";
import { Zap, Star, CheckCircle, Heart, Trophy, Mail, Phone, Shield, Wrench, Fuel, AlertTriangle } from "lucide-react";
export default function LandingPage() {
return (
@@ -51,9 +51,11 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/kayaking-adventure-exploring-outdoors_23-2152024886.jpg", imageAlt: "Premium 4x4 suspension kit installation"},
imageSrc: "http://img.b2bpic.net/free-photo/kayaking-adventure-exploring-outdoors_23-2152024886.jpg", imageAlt: "Premium 4x4 suspension kit installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-scenery-view-mountains_23-2148922164.jpg", imageAlt: "Rugged offroad vehicle on rocky terrain"},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-scenery-view-mountains_23-2148922164.jpg", imageAlt: "Rugged offroad vehicle on rocky terrain"
},
]}
rating={5}
ratingText="Trusted by 5,000+ Enthusiasts"
@@ -79,17 +81,23 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Heavy-Duty Suspension Lift Kit", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-auto-mechanic-man-lying-reparing-car-disc-brake-garage_53876-31452.jpg", imageAlt: "Heavy-duty suspension lift kit for 4x4 vehicles"},
id: "1", name: "Heavy-Duty Suspension Lift Kit", price: "$1,299", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-auto-mechanic-man-lying-reparing-car-disc-brake-garage_53876-31452.jpg", imageAlt: "Heavy-duty suspension lift kit for 4x4 vehicles"
},
{
id: "2", name: "All-Terrain Bumper Guard", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handlebars-arrangement_23-2148932634.jpg", imageAlt: "Steel all-terrain bumper guard with winch mount"},
id: "2", name: "All-Terrain Bumper Guard", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-handlebars-arrangement_23-2148932634.jpg", imageAlt: "Steel all-terrain bumper guard with winch mount"
},
{
id: "3", name: "Rock Crawler Tire Set (4)", price: "$849", imageSrc: "http://img.b2bpic.net/free-psd/variety-tire-designs-textures-isolated-transparent-background_271628-8721.jpg", imageAlt: "Set of four aggressive rock crawler tires"},
id: "3", name: "Rock Crawler Tire Set (4)", price: "$849", imageSrc: "http://img.b2bpic.net/free-psd/variety-tire-designs-textures-isolated-transparent-background_271628-8721.jpg", imageAlt: "Set of four aggressive rock crawler tires"
},
{
id: "4", name: "Off-Road LED Light Bar", price: "$449", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-dog-buns-fried-grid-grill_169016-11813.jpg", imageAlt: "High-intensity LED light bar for offroad visibility"},
id: "4", name: "Off-Road LED Light Bar", price: "$449", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-dog-buns-fried-grid-grill_169016-11813.jpg", imageAlt: "High-intensity LED light bar for offroad visibility"
},
{
id: "5", name: "Reinforced Skid Plate Protection", price: "$379", imageSrc: "http://img.b2bpic.net/free-photo/old-truck-countryside_1308-41447.jpg", imageAlt: "Aluminum reinforced skid plate for underbody protection"},
id: "5", name: "Reinforced Skid Plate Protection", price: "$379", imageSrc: "http://img.b2bpic.net/free-photo/old-truck-countryside_1308-41447.jpg", imageAlt: "Aluminum reinforced skid plate for underbody protection"
},
{
id: "6", name: "Tactical Recovery Winch (12k)", price: "$2,199", imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-4394.jpg", imageAlt: "Professional 12,000 lb capacity recovery winch"},
id: "6", name: "Tactical Recovery Winch (12k)", price: "$2,199", imageSrc: "http://img.b2bpic.net/free-photo/man-pumps-air-wheel-with-compressor_1153-4394.jpg", imageAlt: "Professional 12,000 lb capacity recovery winch"
},
]}
/>
</div>
@@ -118,17 +126,19 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Generic low-quality parts", "No expert guidance available", "Poor warranty coverage", "Slow shipping times", "Limited product selection"],
"Generic low-quality parts", "No expert guidance available", "Poor warranty coverage", "Slow shipping times", "Limited product selection"
],
}}
positiveCard={{
items: [
"Premium OEM-grade components", "Expert technical support team", "Lifetime warranty on select items", "Fast shipping (2-3 days)", "Extensive curated catalog"],
"Premium OEM-grade components", "Expert technical support team", "Lifetime warranty on select items", "Fast shipping (2-3 days)", "Extensive curated catalog"
],
}}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
<TestimonialCardFive
title="What Our Customers Say"
description="Real feedback from 4x4 enthusiasts who trust Cuty Garage for their offroad needs"
tag="Customer Reviews"
@@ -136,21 +146,25 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
speed={40}
testimonials={[
{
id: "1", name: "Jake Morrison", handle: "@4x4adventures", testimonial: "The suspension kit transformed my Jeep's handling on rocky terrain. Installation was smooth with their detailed guides. Couldn't ask for better quality!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", imageAlt: "Jake Morrison"},
id: "1", name: "Jake Morrison, 4x4 Enthusiast", date: "Date: 15 December 2024", title: "The suspension kit transformed my Jeep", quote: "The suspension kit transformed my Jeep's handling on rocky terrain. Installation was smooth with their detailed guides. Couldn't ask for better quality!", tag: "Premium User", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", avatarAlt: "Jake Morrison", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", imageAlt: "Jake Morrison with suspension kit"
},
{
id: "2", name: "Sarah Chen", handle: "@offroad_explorer", testimonial: "Cuty Garage's customer service is exceptional. They helped me select the perfect tire setup for my truck. Fast shipping and genuine products. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/woman-park-talking-phone_1303-11861.jpg", imageAlt: "Sarah Chen"},
id: "2", name: "Sarah Chen, Offroad Explorer", date: "Date: 10 December 2024", title: "Exceptional customer service", quote: "Cuty Garage's customer service is exceptional. They helped me select the perfect tire setup for my truck. Fast shipping and genuine products. Highly recommend!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-park-talking-phone_1303-11861.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-park-talking-phone_1303-11861.jpg", imageAlt: "Sarah Chen in offroad terrain"
},
{
id: "3", name: "Mike Rodriguez", handle: "@trail_warrior", testimonial: "Been using Cuty Garage parts for 3 years now. Every component delivers on promises. The warranty support is fantastic and prices are competitive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-carrying-tyre_1170-1158.jpg", imageAlt: "Mike Rodriguez"},
id: "3", name: "Mike Rodriguez, Trail Warrior", date: "Date: 5 December 2024", title: "Three years of reliability", quote: "Been using Cuty Garage parts for 3 years now. Every component delivers on promises. The warranty support is fantastic and prices are competitive.", tag: "Long-term Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-carrying-tyre_1170-1158.jpg", avatarAlt: "Mike Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-carrying-tyre_1170-1158.jpg", imageAlt: "Mike Rodriguez with equipment"
},
{
id: "4", name: "Lisa Anderson", handle: "@desert_driver", testimonial: "The LED light bar system from Cuty Garage is a game-changer for night trail driving. Installation was easy and the build quality is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/woman-mountain-with-travel-bag-looking-map_1303-11186.jpg", imageAlt: "Lisa Anderson"},
id: "4", name: "Lisa Anderson, Desert Driver", date: "Date: 1 December 2024", title: "Game-changer for night driving", quote: "The LED light bar system from Cuty Garage is a game-changer for night trail driving. Installation was easy and the build quality is exceptional.", tag: "Night Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/woman-mountain-with-travel-bag-looking-map_1303-11186.jpg", avatarAlt: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/woman-mountain-with-travel-bag-looking-map_1303-11186.jpg", imageAlt: "Lisa Anderson with LED lighting"
},
{
id: "5", name: "Tom Walker", handle: "@rock_crawler", testimonial: "The skid plate protection saved my vehicle during a tough trail run. Solid engineering and incredible durability. Best investment for my 4x4!", imageSrc: "http://img.b2bpic.net/free-photo/oung-boy-smiling-camera-near-lake_23-2148314307.jpg", imageAlt: "Tom Walker"},
id: "5", name: "Tom Walker, Rock Crawler", date: "Date: 20 November 2024", title: "Best investment for my 4x4", quote: "The skid plate protection saved my vehicle during a tough trail run. Solid engineering and incredible durability. Best investment for my 4x4!", tag: "Extreme User", avatarSrc: "http://img.b2bpic.net/free-photo/oung-boy-smiling-camera-near-lake_23-2148314307.jpg", avatarAlt: "Tom Walker", imageSrc: "http://img.b2bpic.net/free-photo/oung-boy-smiling-camera-near-lake_23-2148314307.jpg", imageAlt: "Tom Walker at trail"
},
{
id: "6", name: "Emma Scott", handle: "@4x4_explorer", testimonial: "Outstanding selection and pricing. The bumper guard is exactly what I needed. Cuty Garage delivers on quality and reliability every time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg", imageAlt: "Emma Scott"},
id: "6", name: "Emma Scott, 4x4 Explorer", date: "Date: 15 November 2024", title: "Outstanding selection and pricing", quote: "Outstanding selection and pricing. The bumper guard is exactly what I needed. Cuty Garage delivers on quality and reliability every time.", tag: "Repeat Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg", avatarAlt: "Emma Scott", imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg", imageAlt: "Emma Scott with bumper guard"
}
]}
/>
</div>
@@ -158,7 +172,7 @@ export default function LandingPage() {
<div id="socialproof" data-section="socialproof">
<SocialProofOne
title="Trusted by Industry Leaders"
description="Partnered with top offroad manufacturers and respected by the 4x4 community"
description="Partnered with top offroad manufacturers and respected by the 4x4 community worldwide"
tag="Industry Partners"
tagIcon={Trophy}
tagAnimation="slide-up"
@@ -167,28 +181,42 @@ export default function LandingPage() {
speed={40}
showCard={true}
logos={[
"http://img.b2bpic.net/free-vector/gradient-racing-concept-logo_23-2150072186.jpg", "http://img.b2bpic.net/free-vector/vintage-motor-label-with-lettering-composition_1284-45824.jpg", "http://img.b2bpic.net/free-vector/ski-snow-badges-collection_23-2147986649.jpg", "http://img.b2bpic.net/free-vector/flat-truck-logo-template-collection_23-2148946531.jpg", "http://img.b2bpic.net/free-vector/mont-blanc-vintage-badge_23-2147504350.jpg", "http://img.b2bpic.net/free-vector/industrial-horizontal-banners_1284-38102.jpg", "http://img.b2bpic.net/free-vector/adventure-badges-black-background_23-2147531400.jpg", "http://img.b2bpic.net/free-vector/set-badges-vintage-style_23-2147780518.jpg"]}
"http://img.b2bpic.net/free-vector/gradient-racing-concept-logo_23-2150072186.jpg", "http://img.b2bpic.net/free-vector/vintage-motor-label-with-lettering-composition_1284-45824.jpg", "http://img.b2bpic.net/free-vector/ski-snow-badges-collection_23-2147986649.jpg", "http://img.b2bpic.net/free-vector/flat-truck-logo-template-collection_23-2148946531.jpg", "http://img.b2bpic.net/free-vector/mont-blanc-vintage-badge_23-2147504350.jpg", "http://img.b2bpic.net/free-vector/industrial-horizontal-banners_1284-38102.jpg", "http://img.b2bpic.net/free-vector/adventure-badges-black-background_23-2147531400.jpg", "http://img.b2bpic.net/free-vector/set-badges-vintage-style_23-2147780518.jpg"
]}
names={[
"Jeep Performance", "Ford Offroad", "Toyota 4x4", "Ram Trucks", "Chevrolet Adventure", "Warn Industries", "ARB 4x4", "Smittybilt"]}
"Jeep Performance", "Ford Offroad", "Toyota 4x4", "Ram Trucks", "Chevrolet Adventure", "Warn Industries", "ARB 4x4", "Smittybilt"
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Newsletter"
tagIcon={Mail}
tagAnimation="slide-up"
title="Stay Updated on New Products"
description="Subscribe to our newsletter for exclusive deals, new product launches, and expert offroad tips delivered directly to your inbox."
background={{ variant: "plain" }}
<ContactFaq
faqs={[
{
id: "1", title: "What warranty do you offer on parts?", content: "We offer comprehensive warranty coverage on all products. Most components include a 1-year manufacturer's warranty, with select premium items featuring lifetime coverage. Contact our support team for specific warranty details on your purchase."
},
{
id: "2", title: "How long does installation take?", content: "Installation time varies by product. Basic upgrades like LED lights can take 2-4 hours, while suspension systems typically require 4-8 hours. We provide detailed installation guides with every purchase, and our technical support team is available to answer questions."
},
{
id: "3", title: "Do you offer installation services?", content: "We partner with certified offroad specialists in major regions. Contact our team with your location and specific needs for installation service recommendations. We can often arrange professional installation to ensure optimal performance."
},
{
id: "4", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not completely satisfied, simply return the item in original condition for a full refund. Return shipping is covered for defective items."
},
{
id: "5", title: "Are parts compatible with my vehicle?", content: "Compatibility varies by year, make, and model. Our product pages include detailed compatibility information. Contact our experts with your vehicle details for personalized recommendations to ensure perfect fit and performance."
},
{
id: "6", title: "How quickly can you ship orders?", content: "Standard orders ship within 1-2 business days. Most items arrive within 2-3 days with our expedited shipping. In-stock items are prioritized. Custom or special orders may require additional time—we'll provide accurate estimates upon order."
}
]}
ctaTitle="Ready to Upgrade Your 4x4?"
ctaDescription="Connect with our offroad specialists for expert recommendations tailored to your vehicle and terrain."
ctaButton={{ text: "Get Expert Help", href: "#contact" }}
ctaIcon={Phone}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-vertical-shot-rocky-mountain-range-blue-cloudy-sky-daytime_181624-48643.jpg"
imageAlt="Offroad lifestyle adventure and community"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email address"
buttonText="Subscribe Now"
termsText="We respect your privacy. Unsubscribe at any time. No spam, just quality content."
animationType="slide-up"
/>
</div>
@@ -229,7 +257,7 @@ export default function LandingPage() {
},
]}
bottomLeftText="© 2025 Cuty Garage. All rights reserved."
bottomRightText="Engineered for Adventure"
bottomRightText="Built Tough. Drive Harder."
/>
</div>
</ThemeProvider>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #2b2520;
--card: #3d3530;
--foreground: #f5efe7;
--primary-cta: #d97a3a;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #4a423c;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #ff6b35;
--background-accent: #8b6f47;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);