Update src/app/page.tsx
This commit is contained in:
379
src/app/page.tsx
379
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Fuels",
|
||||
id: "#fuels",
|
||||
},
|
||||
name: "Fuels", id: "#fuels"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Premium Paliwa"
|
||||
/>
|
||||
@@ -68,24 +54,17 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Premium Paliwa: Fueling Your Journey with Quality in Poland"
|
||||
description="Experience top-tier fuels and exceptional service at every Premium Paliwa station. Your trusted partner for every journey."
|
||||
kpis={[
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Fuel Purity",
|
||||
},
|
||||
value: "99.9%", label: "Fuel Purity"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Service Available",
|
||||
},
|
||||
value: "24/7", label: "Service Available"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Locations",
|
||||
},
|
||||
value: "5+", label: "Locations"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516375.jpg"
|
||||
@@ -93,66 +72,38 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-woman-recycling_23-2149284900.jpg",
|
||||
alt: "Satisfied customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-woman-recycling_23-2149284900.jpg", alt: "Satisfied customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516364.jpg",
|
||||
alt: "Satisfied customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516364.jpg", alt: "Satisfied customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-filling-up-car-laughing-with-man-it_23-2148150088.jpg",
|
||||
alt: "Satisfied customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-filling-up-car-laughing-with-man-it_23-2148150088.jpg", alt: "Satisfied customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-bearded-man-examining-car-cabin-modern-showroom_7502-9570.jpg",
|
||||
alt: "Satisfied customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-bearded-man-examining-car-cabin-modern-showroom_7502-9570.jpg", alt: "Satisfied customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-standing-by-car_1157-33897.jpg",
|
||||
alt: "Satisfied customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-standing-by-car_1157-33897.jpg", alt: "Satisfied customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ drivers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Find Your Station",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Your Station", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "High-Quality Fuels",
|
||||
type: "text", text: "High-Quality Fuels"},
|
||||
{
|
||||
type: "text-icon", text: "24/7 Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Service",
|
||||
icon: Clock,
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/closeup-shot-water-temperature-indicator-ship_181624-12023.jpg", alt: "Fuel pump nozzle"},
|
||||
{
|
||||
type: "text", text: "Eco-Friendly Operations"},
|
||||
{
|
||||
type: "text-icon", text: "Car Wash", icon: Car,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-water-temperature-indicator-ship_181624-12023.jpg",
|
||||
alt: "Fuel pump nozzle",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Operations",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Car Wash",
|
||||
icon: Car,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7912.jpg",
|
||||
alt: "Convenience store interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7912.jpg", alt: "Convenience store interior"},
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
/>
|
||||
@@ -163,22 +114,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Premium Paliwa: Quality & Reliability You Can Trust",
|
||||
},
|
||||
type: "text", content: "About Premium Paliwa: Quality & Reliability You Can Trust"},
|
||||
{
|
||||
type: "text", content: "Premium Paliwa has been serving drivers across Poland with a commitment to excellence since 2005. We pride ourselves on providing not just fuel, but a comprehensive service experience. Our stations are equipped with the latest technology, offering a wide range of high-quality fuels, convenient stores, and professional car wash services. We focus on customer satisfaction, environmental responsibility, and maintaining the highest standards in every aspect of our operation."
|
||||
}
|
||||
]}
|
||||
description="Premium Paliwa has been serving drivers across Poland with a commitment to excellence since 2005. We pride ourselves on providing not just fuel, but a comprehensive service experience. Our stations are equipped with the latest technology, offering a wide range of high-quality fuels, convenient stores, and professional car wash services. We focus on customer satisfaction, environmental responsibility, and maintaining the highest standards in every aspect of our operation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440203.jpg"
|
||||
imageAlt="Gas station attendant smiling, ready to assist customers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
{
|
||||
text: "See Locations",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "See Locations", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -190,29 +137,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "High-Quality Fuels",
|
||||
description: "We offer a full range of premium fuels, including Unleaded 95, 98, and advanced Diesel, all meeting the highest European standards for performance and efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-test-tube_23-2147767283.jpg",
|
||||
imageAlt: "Scientist testing fuel quality",
|
||||
},
|
||||
title: "High-Quality Fuels", description: "We offer a full range of premium fuels, including Unleaded 95, 98, and advanced Diesel, all meeting the highest European standards for performance and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/hands-with-test-tube_23-2147767283.jpg", imageAlt: "Scientist testing fuel quality"},
|
||||
{
|
||||
title: "Convenience Store",
|
||||
description: "Our well-stocked convenience stores provide everything you need on the go: fresh coffee, snacks, drinks, and essential car accessories.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-product_23-2149148483.jpg",
|
||||
imageAlt: "Bright and clean convenience store interior",
|
||||
},
|
||||
title: "Convenience Store", description: "Our well-stocked convenience stores provide everything you need on the go: fresh coffee, snacks, drinks, and essential car accessories.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-product_23-2149148483.jpg", imageAlt: "Bright and clean convenience store interior"},
|
||||
{
|
||||
title: "Automated Car Wash",
|
||||
description: "Keep your vehicle sparkling with our state-of-the-art automated car wash. Choose from various programs for a quick clean or a deep shine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg",
|
||||
imageAlt: "Car going through an automated car wash",
|
||||
},
|
||||
title: "Automated Car Wash", description: "Keep your vehicle sparkling with our state-of-the-art automated car wash. Choose from various programs for a quick clean or a deep shine.", imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg", imageAlt: "Car going through an automated car wash"},
|
||||
{
|
||||
title: "Loyalty Program",
|
||||
description: "Join our loyalty program and earn points with every purchase. Redeem points for discounts on fuel, store items, or car wash services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bubbling-blue-water_23-2147798200.jpg",
|
||||
imageAlt: "Person holding a loyalty card at a gas station",
|
||||
},
|
||||
title: "Loyalty Program", description: "Join our loyalty program and earn points with every purchase. Redeem points for discounts on fuel, store items, or car wash services.", imageSrc: "http://img.b2bpic.net/free-photo/bubbling-blue-water_23-2147798200.jpg", imageAlt: "Person holding a loyalty card at a gas station"},
|
||||
]}
|
||||
title="Our Services: Beyond Just Fuel"
|
||||
description="Discover the comprehensive range of amenities and features designed to make your stop convenient and enjoyable at every Premium Paliwa station."
|
||||
@@ -230,47 +161,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "unleaded-95",
|
||||
name: "Unleaded 95",
|
||||
price: "5.99 zł/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163690.jpg",
|
||||
imageAlt: "Unleaded 95 fuel pump nozzle",
|
||||
},
|
||||
id: "unleaded-95", name: "Unleaded 95", price: "5.99 zł/L", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163690.jpg", imageAlt: "Unleaded 95 fuel pump nozzle"},
|
||||
{
|
||||
id: "unleaded-98",
|
||||
name: "Unleaded 98",
|
||||
price: "6.49 zł/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163685.jpg",
|
||||
imageAlt: "Unleaded 98 fuel pump nozzle",
|
||||
},
|
||||
id: "unleaded-98", name: "Unleaded 98", price: "6.49 zł/L", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163685.jpg", imageAlt: "Unleaded 98 fuel pump nozzle"},
|
||||
{
|
||||
id: "premium-diesel",
|
||||
name: "Premium Diesel",
|
||||
price: "6.19 zł/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-gasoline-fuel-into-his-car-pump-gas-station_1150-14576.jpg",
|
||||
imageAlt: "Premium Diesel fuel pump nozzle",
|
||||
},
|
||||
id: "premium-diesel", name: "Premium Diesel", price: "6.19 zł/L", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-gasoline-fuel-into-his-car-pump-gas-station_1150-14576.jpg", imageAlt: "Premium Diesel fuel pump nozzle"},
|
||||
{
|
||||
id: "lpg",
|
||||
name: "LPG Autogas",
|
||||
price: "2.89 zł/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-realistic-medical-stethoscope-with-fuel-pump-illustration-design_460848-13099.jpg",
|
||||
imageAlt: "LPG gas pump nozzle",
|
||||
},
|
||||
id: "lpg", name: "LPG Autogas", price: "2.89 zł/L", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-realistic-medical-stethoscope-with-fuel-pump-illustration-design_460848-13099.jpg", imageAlt: "LPG gas pump nozzle"},
|
||||
{
|
||||
id: "adblue",
|
||||
name: "AdBlue",
|
||||
price: "3.50 zł/L",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-textured-blue-hand-sanitizer_23-2148758756.jpg",
|
||||
imageAlt: "AdBlue dispenser at a gas station",
|
||||
},
|
||||
id: "adblue", name: "AdBlue", price: "3.50 zł/L", imageSrc: "http://img.b2bpic.net/free-photo/front-view-textured-blue-hand-sanitizer_23-2148758756.jpg", imageAlt: "AdBlue dispenser at a gas station"},
|
||||
{
|
||||
id: "accessories",
|
||||
name: "Car Accessories",
|
||||
price: "From 10 zł",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-painting-palette_23-2148929887.jpg",
|
||||
imageAlt: "Various car accessories on display",
|
||||
},
|
||||
id: "accessories", name: "Car Accessories", price: "From 10 zł", imageSrc: "http://img.b2bpic.net/free-photo/top-view-painting-palette_23-2148929887.jpg", imageAlt: "Various car accessories on display"},
|
||||
]}
|
||||
title="Our Fuel Products"
|
||||
description="Explore our range of high-quality fuels, engineered for performance and efficiency, meeting the highest Polish standards for every type of vehicle."
|
||||
@@ -286,58 +187,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "regular",
|
||||
badge: "Standard",
|
||||
badgeIcon: Droplet,
|
||||
price: "5.99 zł/L",
|
||||
subtitle: "Unleaded 95",
|
||||
buttons: [
|
||||
id: "regular", badge: "Standard", badgeIcon: Droplet,
|
||||
price: "5.99 zł/L", subtitle: "Unleaded 95", buttons: [
|
||||
{
|
||||
text: "Refuel Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Refuel Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Standard vehicle fuel",
|
||||
"Reliable performance",
|
||||
"Widely available",
|
||||
],
|
||||
"Standard vehicle fuel", "Reliable performance", "Widely available"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Sparkles,
|
||||
price: "6.49 zł/L",
|
||||
subtitle: "Unleaded 98 / Diesel Premium",
|
||||
buttons: [
|
||||
id: "premium", badge: "Premium", badgeIcon: Sparkles,
|
||||
price: "6.49 zł/L", subtitle: "Unleaded 98 / Diesel Premium", buttons: [
|
||||
{
|
||||
text: "Choose Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Premium", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Enhanced engine protection",
|
||||
"Improved fuel economy",
|
||||
"Optimal performance for modern cars",
|
||||
],
|
||||
"Enhanced engine protection", "Improved fuel economy", "Optimal performance for modern cars"],
|
||||
},
|
||||
{
|
||||
id: "car-wash",
|
||||
badge: "Car Wash",
|
||||
badgeIcon: Car,
|
||||
price: "From 15 zł",
|
||||
subtitle: "Basic to Premium Wash",
|
||||
buttons: [
|
||||
id: "car-wash", badge: "Car Wash", badgeIcon: Car,
|
||||
price: "From 15 zł", subtitle: "Basic to Premium Wash", buttons: [
|
||||
{
|
||||
text: "Wash My Car",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Wash My Car", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Automated wash programs",
|
||||
"Eco-friendly detergents",
|
||||
"Underbody wash options",
|
||||
],
|
||||
"Automated wash programs", "Eco-friendly detergents", "Underbody wash options"],
|
||||
},
|
||||
]}
|
||||
title="Fuel & Car Wash Pricing"
|
||||
@@ -355,73 +229,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Kowalska",
|
||||
role: "Frequent Driver",
|
||||
company: "Warsaw",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440224.jpg",
|
||||
imageAlt: "Anna Kowalska",
|
||||
},
|
||||
id: "1", name: "Anna Kowalska", role: "Frequent Driver", company: "Warsaw", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440224.jpg", imageAlt: "Anna Kowalska"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jan Nowak",
|
||||
role: "Local Business Owner",
|
||||
company: "Krakow",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg",
|
||||
imageAlt: "Jan Nowak",
|
||||
},
|
||||
id: "2", name: "Jan Nowak", role: "Local Business Owner", company: "Krakow", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", imageAlt: "Jan Nowak"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Wiśniewska",
|
||||
role: "Commuter",
|
||||
company: "Gdańsk",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-with-drinks-road_23-2149437539.jpg",
|
||||
imageAlt: "Maria Wiśniewska",
|
||||
},
|
||||
id: "3", name: "Maria Wiśniewska", role: "Commuter", company: "Gdańsk", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-with-drinks-road_23-2149437539.jpg", imageAlt: "Maria Wiśniewska"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Piotr Zieliński",
|
||||
role: "Delivery Service",
|
||||
company: "Wrocław",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg",
|
||||
imageAlt: "Piotr Zieliński",
|
||||
},
|
||||
id: "4", name: "Piotr Zieliński", role: "Delivery Service", company: "Wrocław", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-talking-his-colleague-while-running-car-diagnostic-analyzing-data-workshop_637285-7676.jpg", imageAlt: "Piotr Zieliński"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Katarzyna Dąbrowska",
|
||||
role: "Retired Driver",
|
||||
company: "Poznań",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-talk-car-while-stopped-having-conversation-about-new-deals_146671-14450.jpg",
|
||||
imageAlt: "Katarzyna Dąbrowska",
|
||||
},
|
||||
id: "5", name: "Katarzyna Dąbrowska", role: "Retired Driver", company: "Poznań", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-talk-car-while-stopped-having-conversation-about-new-deals_146671-14450.jpg", imageAlt: "Katarzyna Dąbrowska"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Maciej Woźniak",
|
||||
role: "Young Professional",
|
||||
company: "Łódź",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-car_1301-3376.jpg",
|
||||
imageAlt: "Maciej Woźniak",
|
||||
},
|
||||
id: "6", name: "Maciej Woźniak", role: "Young Professional", company: "Łódź", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-car_1301-3376.jpg", imageAlt: "Maciej Woźniak"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5.0", label: "Average Rating"},
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Satisfied Customers",
|
||||
},
|
||||
value: "10K+", label: "Satisfied Customers"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Recommendation Rate",
|
||||
},
|
||||
value: "98%", label: "Recommendation Rate"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from drivers across Poland who trust Premium Paliwa for their fueling and service needs. Your satisfaction is our top priority."
|
||||
@@ -435,16 +267,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"LogisticFast",
|
||||
"FoodExpress",
|
||||
"EcoFleet",
|
||||
"CityTaxi",
|
||||
"TransPoland",
|
||||
"GreenDelivery",
|
||||
"PowerDrive",
|
||||
"RoadLink",
|
||||
"AgroCargo",
|
||||
]}
|
||||
"LogisticFast", "FoodExpress", "EcoFleet", "CityTaxi", "TransPoland", "GreenDelivery", "PowerDrive", "RoadLink", "AgroCargo"]}
|
||||
title="Trusted by Leading Brands & Organizations"
|
||||
description="Our commitment to quality fuels and services has earned us the trust of various local businesses and national partners across Poland."
|
||||
tag="Our Partners"
|
||||
@@ -456,8 +279,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Visit Us or Get in Touch"
|
||||
description="Find your nearest Premium Paliwa station or send us your inquiries for feedback and assistance. We're here to help make your journey smoother."
|
||||
@@ -475,66 +297,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Fuels",
|
||||
href: "#fuels",
|
||||
},
|
||||
label: "Fuels", href: "#fuels"},
|
||||
{
|
||||
label: "Car Wash",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Car Wash", href: "#services"},
|
||||
{
|
||||
label: "Convenience Store",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Convenience Store", href: "#services"},
|
||||
{
|
||||
label: "Loyalty Program",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Loyalty Program", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Values", href: "#about"},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Locations", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user