Merge version_2 into main #2
@@ -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}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user