Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 135d5e6961 | |||
| d1d80550e9 | |||
| 5fd47ff384 | |||
| a2f4acb7d3 |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Auto Service Mol"
|
||||
brandName="Auto Mobile Service RH"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Auto Service Mol – Besnikëri dhe Ekspertizë"
|
||||
title="Auto Mobile Service RH – Besnikëri dhe Ekspertizë"
|
||||
description="Shërbime të plota profesionale për automjetin tuaj. Besoni ekspertëve tanë për siguri maksimale dhe performancë të lartë në rrugë."
|
||||
tag="Auto Servis Profesional"
|
||||
mediaItems={[
|
||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Rezervo tani", href: "#contact"},
|
||||
text: "Rezervo Servisin Tani", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -211,34 +211,34 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
<ContactText
|
||||
text="Për çdo urgjencë ose rezervim, na kontaktoni në: +383 44 123 456 ose email: info@automobilservice.com. Jemi të gatshëm t'ju shërbejmë!"
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
useInvertedBackground={true}
|
||||
title="Kontaktoni për rezervim"
|
||||
description="Lini një takim dhe sigurohuni që automjeti juaj është në duar të sigurta."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Emri Mbiemri", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Numri i telefonit", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Përshkruani problemin...", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/i-ll-be-late-car-repair-will-take-time_637285-9777.jpg"
|
||||
imageAlt="garage reception area dark"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Auto Service Mol"
|
||||
copyrightText="© 2025 Auto Service Mol. Të gjitha të drejtat të rezervuara."
|
||||
<FooterLogoEmphasis
|
||||
logoText="Auto Mobile Service RH"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Shërbimet tona", href: "#services" },
|
||||
{ label: "Paketat", href: "#pricing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Kontakti", href: "#contact" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user