diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0f2fa7c..fe0793f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -57,41 +42,11 @@ export default function LandingPage() {
@@ -100,9 +55,8 @@ export default function LandingPage() {
@@ -111,30 +65,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: 1,
- title: "Petrol Supply",
- description: "High-grade, clean-burning petrol to keep your engine running smoothly.",
- imageSrc: "http://img.b2bpic.net/free-vector/oil-change-service-design_1300-131.jpg",
- imageAlt: "Petrol Fueling",
- },
- {
- id: 2,
- title: "Diesel Supply",
- description: "Reliable, high-efficiency diesel fuel for cars, trucks, and agricultural needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/white-electric-car-charging-station_268835-3532.jpg",
- imageAlt: "Diesel Fueling",
- },
- {
- id: 3,
- title: "Safe Environment",
- description: "Well-lit, clean, and organized station for a stress-free fueling experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-background-app-beauty-business_1303-2362.jpg",
- imageAlt: "Safe Petrol Station Environment",
- },
+ { id: 1, title: "Petrol Supply", description: "High-grade, clean-burning petrol.", imageSrc: "http://img.b2bpic.net/free-vector/oil-change-service-design_1300-131.jpg" },
+ { id: 2, title: "Diesel Supply", description: "Reliable diesel for all vehicle types.", imageSrc: "http://img.b2bpic.net/free-photo/white-electric-car-charging-station_268835-3532.jpg" },
+ { id: 3, title: "Safe Environment", description: "Well-lit and organized facility.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-background-app-beauty-business_1303-2362.jpg" }
]}
title="Premium Services Offered"
- description="We offer more than just fuel; we offer reliability and a safe fueling environment."
+ description="We offer more than just fuel; we offer reliability."
/>
@@ -144,55 +80,22 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "loc-1",
- value: "Jaito, Punjab",
- title: "Main Location",
- description: "Conveniently located in Jaito with easy access for all types of vehicles.",
- imageSrc: "http://img.b2bpic.net/free-vector/pack-locations-realistic-style_23-2147574779.jpg",
- },
- {
- id: "loc-2",
- value: "Directions",
- title: "Get Directions",
- description: "Click the link below for turn-by-turn navigation via Google Maps.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg",
- },
+ { id: "loc-1", value: "Jaito, Punjab", title: "Main Location", description: "Conveniently located with easy access.", imageSrc: "http://img.b2bpic.net/free-vector/pack-locations-realistic-style_23-2147574779.jpg" },
+ { id: "loc-2", value: "Find Us", title: "Get Directions", description: "Navigation assistance available.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg" }
]}
title="Find Us Easily"
- description="Located conveniently in the heart of Jaito, Punjab. Visit us today!"
- />
-
-
-
-
);
-}
+}
\ No newline at end of file