From 239cb6bb0844122dfc545fe90f8bda7217002faa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:45:51 +0000 Subject: [PATCH 1/3] Update src/app/location/page.tsx --- src/app/location/page.tsx | 129 +++++++++++++------------------------- 1 file changed, 44 insertions(+), 85 deletions(-) diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index b3503cb..c5b8e63 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -28,30 +28,21 @@ export default function LandingPage() { @@ -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() { @@ -173,56 +144,44 @@ export default function LandingPage() { Date: Wed, 25 Mar 2026 13:45:51 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 200 ++++++++++++++++------------------------------- 1 file changed, 66 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c890aa..04c5d78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -62,42 +53,35 @@ export default function LandingPage() {
@@ -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." /> -- 2.49.1 From 912edbe7661033fb58457c386ff4953589acedf2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:45:52 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 169 ++++++++++++++------------------------ 1 file changed, 61 insertions(+), 108 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 463f778..d235b93 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() { @@ -62,79 +53,68 @@ export default function LandingPage() { @@ -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() {
@@ -223,56 +188,44 @@ export default function LandingPage() {