Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cd62aef27 | |||
| 482aa96500 | |||
| 292b6f7a39 | |||
| 74c2d80481 | |||
| bbe09952a4 | |||
| c4ce7c0c80 |
215
src/app/page.tsx
215
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Regina Cabs Gas Station"
|
||||
/>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Regina Cabs Gas Station"
|
||||
description="Fueling Your Journey, Anytime. Reliable fuel, fast service, and convenience you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-woman-recycling_23-2149284900.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -89,33 +76,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Fuel",
|
||||
description: "High-octane performance fuel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-electric-car-charging-spots_23-2149530082.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163701.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Premium Fuel", description: "High-octane performance fuel.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-electric-car-charging-spots_23-2149530082.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163701.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Car Wash",
|
||||
description: "Quick and effective cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-manufacturing-with-unfinished-cars-workers-protective-uniform-automobile-production_645730-240.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Car Wash", description: "Quick and effective cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-manufacturing-with-unfinished-cars-workers-protective-uniform-automobile-production_645730-240.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Convenience Store",
|
||||
description: "Snacks and essential supplies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pharmacy-counter-desk-filled-with-pharmaceutical-products-computer-health-space-waiting-customers-come-buy-pills-drugstore-shelves-were-stocked-with-drugs-packages_482257-63536.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-849.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Convenience Store", description: "Snacks and essential supplies.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-pharmacy-counter-desk-filled-with-pharmaceutical-products-computer-health-space-waiting-customers-come-buy-pills-drugstore-shelves-were-stocked-with-drugs-packages_482257-63536.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/fuzzy-white-shelves_1203-849.jpg", buttonText: "Learn More"},
|
||||
{
|
||||
title: "24/7 Service",
|
||||
description: "Always open for your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-car-charging-spot-high-angle_23-2149530079.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/showing-gas-station-fuel-sign_53876-132224.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "24/7 Service", description: "Always open for your needs.", imageSrc: "http://img.b2bpic.net/free-photo/electric-car-charging-spot-high-angle_23-2149530079.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/showing-gas-station-fuel-sign_53876-132224.jpg", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
description="Comprehensive fuel and convenience solutions for every traveler."
|
||||
@@ -130,20 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
description: "Available round-the-clock",
|
||||
},
|
||||
id: "m1", value: "24/7", description: "Available round-the-clock"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Reliable fuel quality",
|
||||
},
|
||||
id: "m2", value: "100%", description: "Reliable fuel quality"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fast",
|
||||
description: "Optimized service time",
|
||||
},
|
||||
id: "m3", value: "Fast", description: "Fuel up in under 5 minutes"},
|
||||
]}
|
||||
title="Why Choose Regina Cabs?"
|
||||
description="Reliable, fast, and secure services designed for modern drivers."
|
||||
@@ -158,47 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Station Night",
|
||||
price: "View",
|
||||
variant: "Image",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-parking-gas-fuel-station-car-energy-transportation-concept_1150-13593.jpg",
|
||||
},
|
||||
id: "g1", name: "Station Night", price: "View", variant: "Image", imageSrc: "http://img.b2bpic.net/free-photo/car-parking-gas-fuel-station-car-energy-transportation-concept_1150-13593.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Fueling",
|
||||
price: "View",
|
||||
variant: "Image",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg",
|
||||
},
|
||||
id: "g2", name: "Fueling", price: "View", variant: "Image", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440250.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Store",
|
||||
price: "View",
|
||||
variant: "Image",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-jewelry-shop_1203-825.jpg",
|
||||
},
|
||||
id: "g3", name: "Store", price: "View", variant: "Image", imageSrc: "http://img.b2bpic.net/free-photo/blurred-jewelry-shop_1203-825.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Car Wash",
|
||||
price: "View",
|
||||
variant: "Image",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-vehicle-models-dealership-being-promoted-potential-clients_482257-123953.jpg",
|
||||
},
|
||||
id: "g4", name: "Car Wash", price: "View", variant: "Image", imageSrc: "http://img.b2bpic.net/free-photo/modern-vehicle-models-dealership-being-promoted-potential-clients_482257-123953.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Interior",
|
||||
price: "View",
|
||||
variant: "Image",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-merchandise-supermarket-store-shelves-generated-by-ai_188544-40842.jpg",
|
||||
},
|
||||
id: "g5", name: "Interior", price: "View", variant: "Image", imageSrc: "http://img.b2bpic.net/free-photo/variety-merchandise-supermarket-store-shelves-generated-by-ai_188544-40842.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Attendant",
|
||||
price: "View",
|
||||
variant: "Image",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-with-filling-gun-smiling-looking-camera_23-2148150087.jpg",
|
||||
},
|
||||
id: "g6", name: "Attendant", price: "View", variant: "Image", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-with-filling-gun-smiling-looking-camera_23-2148150087.jpg"},
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Explore our modern facilities."
|
||||
@@ -212,59 +140,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex J.",
|
||||
role: "Local Driver",
|
||||
company: "Taxi Service",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440222.jpg",
|
||||
},
|
||||
id: "t1", name: "Alex J.", role: "Local Driver", company: "Taxi Service", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440222.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah M.",
|
||||
role: "Commuter",
|
||||
company: "Daily Traveler",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah M.", role: "Commuter", company: "Daily Traveler", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike R.",
|
||||
role: "Fleet Owner",
|
||||
company: "Logistics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
id: "t3", name: "Mike R.", role: "Fleet Owner", company: "Logistics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily P.",
|
||||
role: "Local resident",
|
||||
company: "Neighborhood",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-enjoying-takeaway-food-street_23-2149025841.jpg",
|
||||
},
|
||||
id: "t4", name: "Emily P.", role: "Local resident", company: "Neighborhood", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-enjoying-takeaway-food-street_23-2149025841.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David W.",
|
||||
role: "Logistics",
|
||||
company: "Heavy Duty",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-driving_23-2148514903.jpg",
|
||||
},
|
||||
id: "t5", name: "David W.", role: "Logistics", company: "Heavy Duty", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-driving_23-2148514903.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Average Rating"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Satisfied Drivers",
|
||||
},
|
||||
value: "10k+", label: "Satisfied Drivers"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Years Active",
|
||||
},
|
||||
value: "15", label: "Years Active"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by hundreds of local drivers."
|
||||
@@ -276,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you open 24/7?",
|
||||
content: "Yes, our fuel station and store are open 24/7.",
|
||||
},
|
||||
id: "q1", title: "Are you open 24/7?", content: "Yes, our fuel station and store are open 24/7."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What payment methods are accepted?",
|
||||
content: "We accept major credit cards, cash, and digital payments.",
|
||||
},
|
||||
id: "q2", title: "What payment methods are accepted?", content: "We accept major credit cards, cash, and digital payments."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer car wash services?",
|
||||
content: "Yes, we have a premium automated car wash system.",
|
||||
},
|
||||
id: "q3", title: "Do you offer car wash services?", content: "Yes, we have a premium automated car wash system."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -300,9 +188,16 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Visit us at: 123 Fuel Drive, Regina. Call us at (555) 123-4567. Open 24 hours daily."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com"
|
||||
},
|
||||
{
|
||||
text: "Call Now", href: "tel:+15551234567"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -310,25 +205,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -339,4 +226,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user