Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fd47ff384 | |||
| a2f4acb7d3 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
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 FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "contact"},
|
name: "Contact", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Auto Service Mol"
|
brandName="Auto Mobile Service RH"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
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ë."
|
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"
|
tag="Auto Servis Profesional"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
@@ -211,34 +211,34 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<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}
|
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>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterLogoEmphasis
|
||||||
logoText="Auto Service Mol"
|
logoText="Auto Mobile Service RH"
|
||||||
copyrightText="© 2025 Auto Service Mol. Të gjitha të drejtat të rezervuara."
|
columns={[
|
||||||
|
{
|
||||||
|
items: [
|
||||||
|
{ label: "Shërbimet tona", href: "#services" },
|
||||||
|
{ label: "Paketat", href: "#pricing" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
items: [
|
||||||
|
{ label: "Kontakti", href: "#contact" },
|
||||||
|
{ label: "FAQ", href: "#faq" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user