2 Commits

Author SHA1 Message Date
795d4e1b52 Update src/app/page.tsx 2026-05-06 01:55:55 +00:00
482211f852 Merge version_2 into main
Merge version_2 into main
2026-05-06 01:55:44 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroCentered
background={{ variant: "gradient-bars" }} 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." description="Bismillah Oil Shop provides reliable gas cylinders and premium oil products delivered straight to your doorstep. Safe, fast, and professional."
avatars={[ 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" }, { 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"> <div id="services" data-section="services">
<FeatureCardTwentyOne <FeatureCardTwentyOne
useInvertedBackground={false} 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." description="We ensure all gas cylinders and oil products meet strict quality standards for your home and business safety."
accordionItems={[ accordionItems={[
{ id: "s1", title: "Safety Guaranteed", content: "All our products are rigorously tested." }, { id: "s1", title: "Safety Guaranteed", content: "All our products are rigorously tested." },
@@ -188,4 +188,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }