diff --git a/src/app/page.tsx b/src/app/page.tsx
index cba9317..c47d47c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,67 +48,42 @@ export default function LandingPage() {
@@ -125,25 +92,18 @@ export default function LandingPage() {
@@ -286,20 +196,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1",
- title: "How long is the typical turnaround time?",
- content: "Depending on the service, typical turnaround for cylinder honing and coating is 7-10 business days.",
- },
+ id: "f1", title: "How long is the typical turnaround time?", content: "Depending on the service, typical turnaround for cylinder honing and coating is 7-10 business days."},
{
- id: "f2",
- title: "Do you handle vintage motorcycle engines?",
- content: "Yes, we have deep experience with vintage engine blocks and cylinders.",
- },
+ id: "f2", title: "Do you handle vintage motorcycle engines?", content: "Yes, we have deep experience with vintage engine blocks and cylinders."},
{
- id: "f3",
- title: "Can I ship my engine parts to you?",
- content: "Absolutely. Ship your disassembled parts to our workshop, and we'll process and return them promptly.",
- },
+ id: "f3", title: "Can I ship my engine parts to you?", content: "Absolutely. Ship your disassembled parts to our workshop, and we'll process and return them promptly."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Get answers to technical queries."
@@ -311,18 +212,13 @@ export default function LandingPage() {
@@ -333,50 +229,31 @@ export default function LandingPage() {
logoText="Motorrad-Racing"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Cylinder Honing",
- href: "#",
- },
+ label: "Cylinder Honing", href: "#"},
{
- label: "Engine Repair",
- href: "#",
- },
+ label: "Engine Repair", href: "#"},
{
- label: "Ultrasonic Cleaning",
- href: "#",
- },
+ label: "Ultrasonic Cleaning", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Impressum",
- href: "#",
- },
+ label: "Impressum", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{
- label: "Online Shop",
- href: "#",
- },
+ label: "Online Shop", href: "#"},
{
- label: "Replacement Parts",
- href: "#",
- },
+ label: "Replacement Parts", href: "#"},
],
},
]}
@@ -385,4 +262,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file