7 Commits

Author SHA1 Message Date
30e5c1f044 Update src/app/page.tsx 2026-04-22 16:58:52 +00:00
1efa18162f Merge version_2 into main
Merge version_2 into main
2026-04-22 16:56:47 +00:00
060d01bb31 Update src/app/styles/variables.css 2026-04-22 16:56:41 +00:00
91572d0e15 Update src/app/page.tsx 2026-04-22 16:56:41 +00:00
ae9d4a38b8 Merge version_1 into main
Merge version_1 into main
2026-04-22 16:34:40 +00:00
5a39fdbd4b Merge version_1 into main
Merge version_1 into main
2026-04-22 16:34:11 +00:00
bb90c5cf6b Merge version_1 into main
Merge version_1 into main
2026-04-22 16:33:41 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -83,12 +83,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "R-Bau", name: "Terrassenüberdachung", price: "Beratung nötig", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=2" },
{ id: "p2", brand: "R-Bau", name: "Eingangsüberdachung", price: "Beratung nötig", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=2" },
{ id: "p3", brand: "R-Bau", name: "Carport Systeme", price: "Beratung nötig", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/angle-view-airplane-inside-museum_250224-65.jpg" },
{ id: "p4", brand: "R-Bau", name: "Sonderanfertigungen", price: "Auf Anfrage", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-making-phone-call_23-2147989607.jpg" },
{ id: "p5", brand: "R-Bau", name: "Glas-Systeme", price: "Beratung nötig", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-hugging_23-2149338599.jpg" },
{ id: "p6", brand: "R-Bau", name: "Aluminiumbau", price: "Beratung nötig", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107132.jpg" }
{ id: "p1", brand: "R-Bau", name: "Terrassenüberdachung", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=2" },
{ id: "p2", brand: "R-Bau", name: "Eingangsüberdachung", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=2" },
{ id: "p3", brand: "R-Bau", name: "Carport Systeme", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/angle-view-airplane-inside-museum_250224-65.jpg" },
{ id: "p4", brand: "R-Bau", name: "Sonderanfertigungen", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-making-phone-call_23-2147989607.jpg" },
{ id: "p5", brand: "R-Bau", name: "Glas-Systeme", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-hugging_23-2149338599.jpg" },
{ id: "p6", brand: "R-Bau", name: "Aluminiumbau", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107132.jpg" }
]}
title="Unsere Leistungen"
description="Exklusive Lösungen für Ihr Zuhause."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f7f7;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #ffffff;
--secondary-cta: #c8a96a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #c8a96a;
--background-accent: #b0b0b0;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);