Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-12 19:57:13 +00:00
2 changed files with 32 additions and 42 deletions

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboard
title="24/7 Diesel Fuel Delivery in Ras Al Khaimah"
description="Fast, reliable diesel fuel supply for construction sites, generators, industrial operations, and transport fleets. Available round-the-clock with competitive pricing and professional service."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Emergency Available"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -100,7 +100,7 @@ export default function LandingPage() {
useInvertedBackground={true}
imagePosition="right"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/white-dump-truck-winter-highway-open-sky-commercial-transport-motion_169016-71518.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/white-dump-truck-winter-highway-open-sky-commercial-transport-motion_169016-71518.jpg"
imageAlt="Quick Energy bulk diesel storage and supply operation"
bulletPoints={[
{ icon: Zap, title: "Fast Delivery", description: "Rapid response across Ras Al Khaimah with same-day delivery available for urgent orders." },
@@ -141,16 +141,16 @@ export default function LandingPage() {
id: "2", name: "Fatima Al Mazrouei, Fleet Manager at Emirates Logistics", date: "Date: 12 January 2025", title: "Perfect for fleet fuel management", quote: "Managing fuel for our entire transport fleet has become effortless with Quick Energy. They offer flexible delivery schedules, bulk discounts, and reliable service. Their team is responsive and professional. Best fuel supplier in the region.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-gardener_23-2147918722.jpg", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19215.jpg"
},
{
id: "3", name: "Mohammed Al Hashmi, Operations Manager at Maritime Services", date: "Date: 8 January 2025", title: "Dependable fuel supply for industrial operations", quote: "We rely on Quick Energy for consistent diesel supply for our industrial generators and equipment. Fast delivery, quality fuel, and outstanding support. They truly understand the needs of industrial operations.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-with-arms-crossed-looking-camera_23-2148308625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1"
id: "3", name: "Mohammed Al Hashmi, Operations Manager at Maritime Services", date: "Date: 8 January 2025", title: "Dependable fuel supply for industrial operations", quote: "We rely on Quick Energy for consistent diesel supply for our industrial generators and equipment. Fast delivery, quality fuel, and outstanding support. They truly understand the needs of industrial operations.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-with-arms-crossed-looking-camera_23-2148308625.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"
},
{
id: "4", name: "Layla Al Raisi, Plant Manager at Manufacturing Solutions", date: "Date: 5 January 2025", title: "Emergency fuel delivery saved our production", quote: "When our backup generator failed, Quick Energy responded within hours with emergency fuel supply. Their round-the-clock service is a lifesaver for any business. Professional, reliable, and always available.", tag: "Manufacturing", avatarSrc: "http://img.b2bpic.net/free-photo/people-safety-equipment-their-workplace_23-2148976368.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-spending-time-gas-station_23-2150440218.jpg"
},
{
id: "5", name: "Hassan Al Muhairi, Event Coordinator at Gulf Events", date: "Date: 2 January 2025", title: "Fuel supply for large events made simple", quote: "Hosting large outdoor events requires reliable generator fuel supply. Quick Energy provided seamless service for our last three events. Fast, professional, and always on time. Highly trustworthy partner.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2"
id: "5", name: "Hassan Al Muhairi, Event Coordinator at Gulf Events", date: "Date: 2 January 2025", title: "Fuel supply for large events made simple", quote: "Hosting large outdoor events requires reliable generator fuel supply. Quick Energy provided seamless service for our last three events. Fast, professional, and always on time. Highly trustworthy partner.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone-waiting-area_107420-95822.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"
},
{
id: "6", name: "Amina Al Suwaidi, Warehouse Manager at Supply Hub", date: "Date: 28 December 2024", title: "Consistent quality and service", quote: "Product quality is top-notch and service is professional. Quick Energy delivers exactly what they promise, every time. Perfect for our warehouse equipment fuel needs. Recommended without hesitation.", tag: "Warehouse", avatarSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037251.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-dump-truck-winter-highway-open-sky-commercial-transport-motion_169016-71518.jpg?_wi=2"
id: "6", name: "Amina Al Suwaidi, Warehouse Manager at Supply Hub", date: "Date: 28 December 2024", title: "Consistent quality and service", quote: "Product quality is top-notch and service is professional. Quick Energy delivers exactly what they promise, every time. Perfect for our warehouse equipment fuel needs. Recommended without hesitation.", tag: "Warehouse", avatarSrc: "http://img.b2bpic.net/free-photo/nature-lover-working-greenhouse_23-2149037251.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-dump-truck-winter-highway-open-sky-commercial-transport-motion_169016-71518.jpg"
}
]}
/>

View File

@@ -1,51 +1,41 @@
"use client";
import { memo } from "react";
import useSvgTextLogo from "./useSvgTextLogo";
import { cls } from "@/lib/utils";
import React from 'react';
interface SvgTextLogoProps {
logoText: string;
adjustHeightFactor?: number;
verticalAlign?: "top" | "center";
text: string;
fontSize?: number;
fontFamily?: string;
textColor?: string;
className?: string;
}
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text,
fontSize = 32,
fontFamily = 'Arial, sans-serif',
textColor = '#000000',
className = '',
}) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
viewBox="0 0 200 60"
width="200"
height="60"
className={className}
xmlns="http://www.w3.org/2000/svg"
>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
}}
x="50%"
y="50%"
textAnchor="middle"
dominantBaseline="middle"
fontSize={fontSize}
fontFamily={fontFamily}
fill={textColor}
>
{logoText}
{text}
</text>
</svg>
);
});
};
SvgTextLogo.displayName = "SvgTextLogo";
export default SvgTextLogo;
export default SvgTextLogo;