2 Commits

Author SHA1 Message Date
957b8d8b37 Update src/app/page.tsx 2026-03-12 20:05:11 +00:00
765b8b94ba Merge version_3 into main
Merge version_3 into main
2026-03-12 20:03:11 +00:00

View File

@@ -168,7 +168,7 @@ export default function LandingPage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Need Diesel Fuel Delivered Today?"
description="Contact Quick Energy Fuel Supply for immediate fuel delivery to your construction site, generator, fleet, or industrial operation. Available 24/7 across Ras Al Khaimah and the Northern Emirates."
description="Contact Quick Energy Fuel Supply for immediate fuel delivery—same-day delivery available. Available 24/7 across Ras Al Khaimah and the Northern Emirates. Professional tanker service to construction sites, generators, fleets, and industrial operations."
buttons={[
{ text: "Call: 056 497 1889", href: "tel:+971564971889" },
{ text: "WhatsApp Now", href: "https://wa.me/971564971889" }
@@ -193,4 +193,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}