Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-29 13:20:06 +00:00
2 changed files with 26 additions and 13 deletions

View File

@@ -8,18 +8,31 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function ContactPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#services" },
{ name: "Location", id: "/#location" },
{ name: "Contact", id: "/contact" },
]}
brandName="Reliance Jaito"
/>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#services" },
{ name: "Location", id: "/#location" },
{ name: "Contact", id: "/contact" },
]}
brandName="Reliance Jaito"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}

View File

@@ -11,8 +11,8 @@ import { Figtree } from "next/font/google";
export const metadata: Metadata = {
title: 'Reliance Petrol Pump Jaito | Reliable Fuel Services',
description: 'Reliance Petrol Pump Jaito provides premium petrol and diesel services in Jaito, Punjab. Trusted, safe, and efficient fueling solutions.',
title: 'Contact | Reliance Petrol Pump Jaito',
description: 'Get in touch with Reliance Petrol Pump Jaito for service inquiries and feedback.',
keywords: ["Reliance Petrol Pump, Jaito, Punjab fuel, Petrol, Diesel, Fuel services, Jaito pump"],
openGraph: {
"title": "Reliance Petrol Pump Jaito | Reliable Fuel Services",