Update src/app/page.tsx

This commit is contained in:
2026-05-06 01:55:55 +00:00
parent 482211f852
commit 795d4e1b52

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Your Trusted Partner for Quality Fuel & Gas"
title="Reliable Fuel & Gas Delivered to Your Door in Under 2 Hours"
description="Bismillah Oil Shop provides reliable gas cylinders and premium oil products delivered straight to your doorstep. Safe, fast, and professional."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/joyful-middle-aged-blonde-delivery-woman-blue-uniform-cap-spreading-hands_141793-116743.jpg", alt: "happy customer gas delivery" },
@@ -79,7 +79,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Why Choose Our Delivery Service"
title="Our Commitment to Safety"
description="We ensure all gas cylinders and oil products meet strict quality standards for your home and business safety."
accordionItems={[
{ id: "s1", title: "Safety Guaranteed", content: "All our products are rigorously tested." },
@@ -188,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}