Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 07:35:02 +00:00
2 changed files with 9 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Automotion Cars Europa | Curated European Automotive Listings", description: "A selective platform connecting serious buyers with trusted dealerships across Europe."};
title: "Automotion Cars Europa | Curated European Automotive Listings", description: "A selective platform connecting serious buyers with trusted dealerships across Europe."
};
export default function RootLayout({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -95,9 +95,13 @@ export default function LandingPage() {
<div id="transparency" data-section="transparency">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Transparency" }
{ type: "text", content: "Transparency: Verified Data, Clear Pricing" }
]}
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#contact" }
]}
buttonAnimation="none"
/>
</div>
@@ -123,4 +127,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}