Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-25 13:45:55 +00:00
3 changed files with 171 additions and 327 deletions

View File

@@ -28,30 +28,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
href: "/",
id: "1",
name: "Home", id: "/"
},
{
name: "Services",
href: "/services",
id: "2",
name: "Services", id: "/services"
},
{
name: "Location",
href: "/location",
id: "3",
name: "Location", id: "/location"
},
{
name: "Contact",
href: "/contact",
id: "4",
},
name: "Contact", id: "/contact"
}
]}
brandName="Asim And Company"
button={{
text: "Call Now",
href: "tel:+923001234567",
text: "Call Now", href: "tel:+923001234567"
}}
animateOnLoad={true}
/>
@@ -64,20 +55,17 @@ export default function LandingPage() {
description="Strategically located to serve you better, Asim And Company is the trusted name for petroleum services in the region."
metrics={[
{
value: "24/7",
title: "Operational Hours",
value: "24/7", title: "Operational Hours"
},
{
value: "50 KM+",
title: "Service Radius",
value: "50 KM+", title: "Service Radius"
},
{
value: "2",
title: "Retail Stations",
},
value: "2", title: "Retail Stations"
}
]}
tag="Our Location"
imageSrc="http://img.b2bpic.net/free-vector/isometric-gas-station_107791-4392.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-vector/isometric-gas-station_107791-4392.jpg"
imageAlt="Asim And Company Petroleum Station at night"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -92,27 +80,19 @@ export default function LandingPage() {
tag="Accessibility"
accordionItems={[
{
id: "1",
title: "Where exactly is your main station located?",
content: "Our main station is conveniently located on the Bypass Road, Kahror Pakka, easily accessible from all major routes in the city for both light and heavy vehicles.",
id: "1", title: "Where exactly is your main station located?", content: "Our main station is conveniently located on the Bypass Road, Kahror Pakka, easily accessible from all major routes in the city for both light and heavy vehicles."
},
{
id: "2",
title: "Do you serve areas outside Kahror Pakka?",
content: "Yes, our bulk delivery and fleet fueling services extend to surrounding towns and rural areas within a 50km radius. Contact us to confirm service availability in your specific area.",
id: "2", title: "Do you serve areas outside Kahror Pakka?", content: "Yes, our bulk delivery and fleet fueling services extend to surrounding towns and rural areas within a 50km radius. Contact us to confirm service availability in your specific area."
},
{
id: "3",
title: "Are your stations truck-friendly?",
content: "Absolutely. Both our retail locations feature wide entrances, spacious fueling areas, and high-flow pumps to accommodate trucks and large commercial vehicles with ease.",
id: "3", title: "Are your stations truck-friendly?", content: "Absolutely. Both our retail locations feature wide entrances, spacious fueling areas, and high-flow pumps to accommodate trucks and large commercial vehicles with ease."
},
{
id: "4",
title: "What amenities are available at your stations?",
content: "Beyond fuel, our stations offer convenience stores stocked with essentials, clean restrooms, and ample parking. Some locations also provide basic vehicle maintenance supplies for your convenience.",
},
id: "4", title: "What amenities are available at your stations?", content: "Beyond fuel, our stations offer convenience stores stocked with essentials, clean restrooms, and ample parking. Some locations also provide basic vehicle maintenance supplies for your convenience."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-refueling-car-with-gasoline-petrol-station_23-2148150083.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/woman-refueling-car-with-gasoline-petrol-station_23-2148150083.jpg"
imageAlt="Worker fueling truck at gas station"
mediaAnimation="blur-reveal"
/>
@@ -124,25 +104,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What are the operating hours for your stations?",
content: "All our retail fuel stations in Kahror Pakka operate 24 hours a day, 7 days a week, including public holidays, to ensure continuous service whenever you need it.",
id: "1", title: "What are the operating hours for your stations?", content: "All our retail fuel stations in Kahror Pakka operate 24 hours a day, 7 days a week, including public holidays, to ensure continuous service whenever you need it."
},
{
id: "2",
title: "How can I find the nearest Asim And Company station?",
content: "You can use the interactive map on our 'Location' page for detailed addresses and directions to all our stations, or simply search 'Asim And Company' on your preferred navigation app.",
id: "2", title: "How can I find the nearest Asim And Company station?", content: "You can use the interactive map on our 'Location' page for detailed addresses and directions to all our stations, or simply search 'Asim And Company' on your preferred navigation app."
},
{
id: "3",
title: "Is parking available for large vehicles?",
content: "Yes, our stations are specifically designed with ample and easily accessible parking space suitable for trucks, buses, and other large commercial vehicles.",
id: "3", title: "Is parking available for large vehicles?", content: "Yes, our stations are specifically designed with ample and easily accessible parking space suitable for trucks, buses, and other large commercial vehicles."
},
{
id: "4",
title: "What payment methods are accepted at your stations?",
content: "We accept cash, major credit/debit cards, and offer convenient account facilities for our registered commercial clients. Specific payment options may vary slightly by station.",
},
id: "4", title: "What payment methods are accepted at your stations?", content: "We accept cash, major credit/debit cards, and offer convenient account facilities for our registered commercial clients. Specific payment options may vary slightly by station."
}
]}
title="Location & Service Area FAQs"
description="Quick answers about finding us, our operating hours, and the extent of our service coverage."
@@ -155,16 +127,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "animated-grid",
variant: "animated-grid"
}}
tag="Directions & Support"
title="Need Help Finding Us or Have a Question?"
description="Our friendly team is ready to assist you with directions, service inquiries, or any other information you need about our locations."
buttons={[
{
text: "Get in Touch",
href: "/contact",
},
text: "Get in Touch", href: "/contact"
}
]}
/>
</div>
@@ -173,56 +144,44 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Fuel Delivery",
href: "/services#fuel-delivery",
label: "Fuel Delivery", href: "/services#fuel-delivery"
},
{
label: "Fleet Fueling",
href: "/services#fleet-fueling",
label: "Fleet Fueling", href: "/services#fleet-fueling"
},
{
label: "Retail Stations",
href: "/services#retail-stations",
},
],
label: "Retail Stations", href: "/services#retail-stations"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
label: "About Us", href: "/about"
},
{
label: "Our Locations",
href: "/location",
label: "Our Locations", href: "/location"
},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"
}
]
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQs",
href: "/location#faq-location",
label: "FAQs", href: "/location#faq-location"
},
{
label: "Privacy Policy",
href: "/privacy-policy",
label: "Privacy Policy", href: "/privacy-policy"
},
{
label: "Terms of Service",
href: "/terms-of-service",
},
],
},
label: "Terms of Service", href: "/terms-of-service"
}
]
}
]}
logoText="Asim And Company"
copyrightText="© 2024 Asim And Company. All rights reserved."

View File

@@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { MapPin } from "lucide-react";
import { MapPin, Fuel, Car, Truck, Warehouse } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,30 +30,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
href: "/",
id: "1",
name: "Home", id: "/"
},
{
name: "Services",
href: "/services",
id: "2",
name: "Services", id: "/services"
},
{
name: "Location",
href: "/location",
id: "3",
name: "Location", id: "/location"
},
{
name: "Contact",
href: "/contact",
id: "4",
},
name: "Contact", id: "/contact"
}
]}
brandName="Asim And Company"
button={{
text: "Call Now",
href: "tel:+923001234567",
text: "Call Now", href: "tel:+923001234567"
}}
animateOnLoad={true}
/>
@@ -62,42 +53,35 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "animated-grid",
variant: "animated-grid"
}}
title="Reliable 24/7 Fuel Services in Kahror Pakka"
description="Quality diesel and petroleum services for vehicles, fleets, and businesses. Open 24 Hours. Local Trusted Fuel Station."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg",
alt: "Customer 1",
src: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg", alt: "Customer 1"
},
{
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
alt: "Customer 2",
src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Customer 2"
},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-summer-wear-making-pointing-gesture_23-2147639825.jpg",
alt: "Customer 3",
src: "http://img.b2bpic.net/free-photo/smiling-man-summer-wear-making-pointing-gesture_23-2147639825.jpg", alt: "Customer 3"
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-showing-winner-gesture-blue-gingham-pajama-shirt-looking-excited-front-view_176474-48514.jpg",
alt: "Customer 4",
src: "http://img.b2bpic.net/free-photo/young-woman-showing-winner-gesture-blue-gingham-pajama-shirt-looking-excited-front-view_176474-48514.jpg", alt: "Customer 4"
},
{
src: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15938.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15938.jpg", alt: "Customer 5"
}
]}
avatarText="4.4 ⭐ (21 reviews)"
buttons={[
{
text: "Call Now",
href: "tel:+923001234567",
text: "Call Now", href: "tel:+923001234567"
},
{
text: "Request Fuel Quote",
href: "/contact?inquiry=quote",
},
text: "Request Fuel Quote", href: "/contact?inquiry=quote"
}
]}
buttonAnimation="slide-up"
/>
@@ -109,25 +93,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Diesel Fuel Supply",
description: "High-quality diesel fuel for all types of vehicles and heavy machinery, ensuring optimal performance and efficiency.",
buttonIcon: "Fuel",
title: "Diesel Fuel Supply", description: "High-quality diesel fuel for all types of vehicles and heavy machinery, ensuring optimal performance and efficiency.", buttonIcon: Fuel
},
{
title: "Petrol Filling",
description: "Premium petrol for cars, motorcycles, and other light vehicles, offering a smooth and reliable drive.",
buttonIcon: "Car",
title: "Petrol Filling", description: "Premium petrol for cars, motorcycles, and other light vehicles, offering a smooth and reliable drive.", buttonIcon: Car
},
{
title: "Fleet Fueling Support",
description: "Dedicated services for transport companies and logistics operators, ensuring your fleet is always fueled and ready.",
buttonIcon: "Truck",
title: "Fleet Fueling Support", description: "Dedicated services for transport companies and logistics operators, ensuring your fleet is always fueled and ready.", buttonIcon: Truck
},
{
title: "Bulk Fuel Orders",
description: "Reliable bulk fuel delivery for farmers, industrial customers, and businesses needing large quantities of fuel.",
buttonIcon: "Warehouse",
},
title: "Bulk Fuel Orders", description: "Reliable bulk fuel delivery for farmers, industrial customers, and businesses needing large quantities of fuel.", buttonIcon: Warehouse
}
]}
title="Our Comprehensive Petroleum Services"
description="From individual vehicles to large fleets, Asim And Company provides reliable and quality fuel solutions around the clock."
@@ -141,19 +117,16 @@ export default function LandingPage() {
description="With 24/7 availability and a commitment to quality, we ensure you always have the fuel you need, right when you need it. Dependable service, exceptional standards."
metrics={[
{
value: "24/7",
title: "Availability",
value: "24/7", title: "Availability"
},
{
value: "Local",
title: "Trusted",
value: "Local", title: "Trusted"
},
{
value: "Quality",
title: "Fuel",
},
value: "Quality", title: "Fuel"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-refueling-car-with-gasoline-petrol-station_23-2148150083.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-refueling-car-with-gasoline-petrol-station_23-2148150083.jpg"
imageAlt="Asim And Company staff fueling a truck"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
@@ -167,51 +140,32 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ahmed Khan",
role: "Truck Driver",
company: "Pak Transport",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
id: "1", name: "Ahmed Khan", role: "Truck Driver", company: "Pak Transport", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"
},
{
id: "2",
name: "Fatima Sohail",
role: "Farm Owner",
company: "Green Acres",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg",
id: "2", name: "Fatima Sohail", role: "Farm Owner", company: "Green Acres", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg"
},
{
id: "3",
name: "Usman Tariq",
role: "Logistics Manager",
company: "City Express",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg",
id: "3", name: "Usman Tariq", role: "Logistics Manager", company: "City Express", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg"
},
{
id: "4",
name: "Aisha Riaz",
role: "Traveler",
company: "Private",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-using-tablet-gps-navigation-destination_342744-1324.jpg",
},
id: "4", name: "Aisha Riaz", role: "Traveler", company: "Private", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-using-tablet-gps-navigation-destination_342744-1324.jpg"
}
]}
kpiItems={[
{
value: "4.4⭐",
description: "Average Rating",
value: "4.4⭐", title: "Average Rating"
},
{
value: "21+",
description: "Satisfied Reviews",
value: "21+", title: "Satisfied Reviews"
},
{
value: "24/7",
description: "Service Hours",
},
value: "24/7", title: "Service Hours"
}
]}
title="What Our Customers Say"
description="Hear from the drivers and businesses who rely on Asim And Company for their fueling needs."
@@ -224,31 +178,22 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Are you open 24 hours a day?",
content: "Yes, Asim And Company provides fuel services 24 hours a day, 7 days a week, ensuring you can always fuel up when needed.",
id: "faq-1", title: "Are you open 24 hours a day?", content: "Yes, Asim And Company provides fuel services 24 hours a day, 7 days a week, ensuring you can always fuel up when needed."
},
{
id: "faq-2",
title: "Do you offer bulk fuel deliveries?",
content: "Absolutely! We offer bulk fuel delivery services for businesses, farmers, and industrial clients. Please contact us for a personalized quote.",
id: "faq-2", title: "Do you offer bulk fuel deliveries?", content: "Absolutely! We offer bulk fuel delivery services for businesses, farmers, and industrial clients. Please contact us for a personalized quote."
},
{
id: "faq-3",
title: "What payment methods do you accept?",
content: "We accept various payment methods including cash, major credit/debit cards, and fleet cards. Contact us for specific B2B payment options.",
id: "faq-3", title: "What payment methods do you accept?", content: "We accept various payment methods including cash, major credit/debit cards, and fleet cards. Contact us for specific B2B payment options."
},
{
id: "faq-4",
title: "What types of fuel do you provide?",
content: "We provide high-quality diesel fuel and petrol (gasoline) for all types of vehicles and machinery.",
},
id: "faq-4", title: "What types of fuel do you provide?", content: "We provide high-quality diesel fuel and petrol (gasoline) for all types of vehicles and machinery."
}
]}
ctaTitle="Find Us Easily, Fuel Up Anytime"
ctaDescription="We're conveniently located on Kahror Pakka Bypass Road, open 24/7 for all your fueling needs. Get directions instantly or give us a call."
ctaButton={{
text: "Get Directions",
href: "https://www.google.com/maps/dir/?api=1&destination=Asim+And+Company+Petroleum+Services+Bukshi+Wali,+Kahror+Pakka+Bypass+Rd,+Kahror+Pakka,+Punjab,+Pakistan",
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Asim+And+Company+Petroleum+Services+Bukshi+Wali,+Kahror+Pakka+Bypass+Rd,+Kahror+Pakka,+Punjab,+Pakistan"
}}
ctaIcon={MapPin}
/>
@@ -259,60 +204,47 @@ export default function LandingPage() {
logoText="Asim And Company"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
label: "Home", href: "/"
},
{
label: "Services",
href: "/services",
label: "Services", href: "/services"
},
{
label: "Location",
href: "/location",
label: "Location", href: "/location"
},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"
}
]
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Diesel Fuel",
href: "/services#diesel",
label: "Diesel Fuel", href: "/services#diesel"
},
{
label: "Petrol Filling",
href: "/services#petrol",
label: "Petrol Filling", href: "/services#petrol"
},
{
label: "Fleet Fueling",
href: "/services#fleet",
label: "Fleet Fueling", href: "/services#fleet"
},
{
label: "Bulk Orders",
href: "/services#bulk",
},
],
label: "Bulk Orders", href: "/services#bulk"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service",
href: "#",
},
],
},
label: "Terms of Service", href: "#"
}
]
}
]}
copyrightText="© 2024 Asim And Company. All rights reserved."
/>

View File

@@ -8,7 +8,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Activity, AlertTriangle, Award, Clock, DollarSign, Package, ShoppingBag, Truck } from "lucide-react";
import { Activity, AlertTriangle, Award, Clock, DollarSign, Package, ShoppingBag, Truck, Fuel } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,30 +29,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
href: "/",
id: "1",
name: "Home", id: "/"
},
{
name: "Services",
href: "/services",
id: "2",
name: "Services", id: "/services"
},
{
name: "Location",
href: "/location",
id: "3",
name: "Location", id: "/location"
},
{
name: "Contact",
href: "/contact",
id: "4",
},
name: "Contact", id: "/contact"
}
]}
brandName="Asim And Company"
button={{
text: "Call Now",
href: "tel:+923001234567",
text: "Call Now", href: "tel:+923001234567"
}}
animateOnLoad={true}
/>
@@ -62,79 +53,68 @@ export default function LandingPage() {
<FeatureCardTen
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "1",
title: "24/7 Fuel Delivery",
description: "Never run out of fuel with our prompt and reliable delivery service directly to your location.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-refueling-car-with-gasoline-petrol-station_23-2148150083.jpg?_wi=2",
imageAlt: "Fuel delivery truck",
id: "1", title: "24/7 Fuel Delivery", description: "Never run out of fuel with our prompt and reliable delivery service directly to your location.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-refueling-car-with-gasoline-petrol-station_23-2148150083.jpg", imageAlt: "Fuel delivery truck"
},
items: [
{
icon: Clock,
text: "Available day & night",
text: "Available day & night"
},
{
icon: Package,
text: "Bulk deliveries for businesses",
text: "Bulk deliveries for businesses"
},
{
icon: AlertTriangle,
text: "Emergency fueling support",
},
text: "Emergency fueling support"
}
],
reverse: false,
reverse: false
},
{
id: "2",
title: "On-Site Fleet Fueling",
description: "Maximize operational efficiency with convenient on-site fueling for your entire vehicle fleet.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/isometric-gas-station_107791-4392.jpg?_wi=1",
imageAlt: "Fleet fueling at a station",
id: "2", title: "On-Site Fleet Fueling", description: "Maximize operational efficiency with convenient on-site fueling for your entire vehicle fleet.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/isometric-gas-station_107791-4392.jpg", imageAlt: "Fleet fueling at a station"
},
items: [
{
icon: Truck,
text: "Dedicated fleet management",
text: "Dedicated fleet management"
},
{
icon: Activity,
text: "Detailed consumption reports",
text: "Detailed consumption reports"
},
{
icon: DollarSign,
text: "Cost-effective solutions",
},
text: "Cost-effective solutions"
}
],
reverse: true,
reverse: true
},
{
id: "3",
title: "Quality Retail Stations",
description: "Visit our modern fuel stations for high-quality petrol, diesel, and a range of convenience items.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/isometric-gas-station_107791-4392.jpg?_wi=2",
imageAlt: "Retail fuel station",
id: "3", title: "Quality Retail Stations", description: "Visit our modern fuel stations for high-quality petrol, diesel, and a range of convenience items.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/isometric-gas-station_107791-4392.jpg", imageAlt: "Retail fuel station"
},
items: [
{
icon: Fuel,
text: "Premium petrol & diesel",
text: "Premium petrol & diesel"
},
{
icon: ShoppingBag,
text: "Convenience store access",
text: "Convenience store access"
},
{
icon: Award,
text: "Loyalty programs available",
},
text: "Loyalty programs available"
}
],
reverse: false,
},
reverse: false
}
]}
title="Our Comprehensive Petroleum Services"
description="Asim And Company provides a full spectrum of fuel solutions designed for reliability and efficiency across Kahror Pakka and surrounding regions."
@@ -149,20 +129,14 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "1",
value: "99.9%",
description: "On-time Delivery Rate",
id: "1", value: "99.9%", description: "On-time Delivery Rate"
},
{
id: "2",
value: "24/7",
description: "Emergency Support",
id: "2", value: "24/7", description: "Emergency Support"
},
{
id: "3",
value: "15+",
description: "Years of Service Excellence",
},
id: "3", value: "15+", description: "Years of Service Excellence"
}
]}
metricsAnimation="slide-up"
/>
@@ -174,25 +148,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What types of fuel do you offer?",
content: "We offer high-quality petrol (gasoline) and diesel, sourced from reputable suppliers to ensure optimal performance for your vehicles and machinery.",
id: "1", title: "What types of fuel do you offer?", content: "We offer high-quality petrol (gasoline) and diesel, sourced from reputable suppliers to ensure optimal performance for your vehicles and machinery."
},
{
id: "2",
title: "Do you provide bulk fuel delivery for businesses?",
content: "Yes, we specialize in bulk fuel delivery for commercial clients, fleets, and industrial operations across Kahror Pakka and surrounding areas. Contact us for custom quotes.",
id: "2", title: "Do you provide bulk fuel delivery for businesses?", content: "Yes, we specialize in bulk fuel delivery for commercial clients, fleets, and industrial operations across Kahror Pakka and surrounding areas. Contact us for custom quotes."
},
{
id: "3",
title: "What are your operating hours for retail stations?",
content: "Our retail stations operate 24 hours a day, 7 days a week, ensuring you always have access to fuel whenever you need it.",
id: "3", title: "What are your operating hours for retail stations?", content: "Our retail stations operate 24 hours a day, 7 days a week, ensuring you always have access to fuel whenever you need it."
},
{
id: "4",
title: "How can I request emergency fuel service?",
content: "For emergency fuel services, please call our dedicated hotline. We prioritize urgent requests to minimize your downtime and keep your operations running.",
},
id: "4", title: "How can I request emergency fuel service?", content: "For emergency fuel services, please call our dedicated hotline. We prioritize urgent requests to minimize your downtime and keep your operations running."
}
]}
title="Frequently Asked Questions About Our Services"
description="Find quick answers to common questions about our fuel delivery, retail, and bulk petroleum services in Kahror Pakka."
@@ -205,16 +171,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
variant: "radial-gradient"
}}
tag="Get Started"
title="Ready for Reliable Fuel Services?"
description="Partner with Asim And Company for dependable petroleum solutions tailored to your unique needs in Kahror Pakka."
buttons={[
{
text: "Contact Us Today",
href: "/contact",
},
text: "Contact Us Today", href: "/contact"
}
]}
/>
</div>
@@ -223,56 +188,44 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Fuel Delivery",
href: "/services#fuel-delivery",
label: "Fuel Delivery", href: "/services#fuel-delivery"
},
{
label: "Fleet Fueling",
href: "/services#fleet-fueling",
label: "Fleet Fueling", href: "/services#fleet-fueling"
},
{
label: "Retail Stations",
href: "/services#retail-stations",
},
],
label: "Retail Stations", href: "/services#retail-stations"
}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
label: "About Us", href: "/about"
},
{
label: "Our Locations",
href: "/location",
label: "Our Locations", href: "/location"
},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"
}
]
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQs",
href: "/services#faq-services",
label: "FAQs", href: "/services#faq-services"
},
{
label: "Privacy Policy",
href: "/privacy-policy",
label: "Privacy Policy", href: "/privacy-policy"
},
{
label: "Terms of Service",
href: "/terms-of-service",
},
],
},
label: "Terms of Service", href: "/terms-of-service"
}
]
}
]}
logoText="Asim And Company"
copyrightText="© 2024 Asim And Company. All rights reserved."