Update src/app/page.tsx
This commit is contained in:
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Okkar Þjónusta"
|
||||
description="Við bjóðum upp á úrvals viðgerðarþjónustu fyrir allar gerðir bíla."
|
||||
animationType="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,8 +90,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Toyota", "Tesla", "Volkswagen", "Ford", "Mercedes-Benz", "Volvo", "Hertz"]}
|
||||
title="Við þjónustum alla bíla"
|
||||
description="Áreiðanlegir sérfræðingar í öllum bíltegundum."
|
||||
@@ -100,7 +99,6 @@ export default function LandingPage() {
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
@@ -120,7 +118,6 @@ export default function LandingPage() {
|
||||
title="Bókaðu tíma núna"
|
||||
description="Við erum staðsett á Dalvegi 18, Kópavogi. Opið til 18:30."
|
||||
tag="Hafðu samband"
|
||||
buttons={[{ text: "Hafðu samband", href: "#contact" }]}
|
||||
onSubmit={(email) => console.log(email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user