3 Commits

Author SHA1 Message Date
0131e3d645 Update src/app/styles/variables.css 2026-04-24 12:29:03 +00:00
9407fc2fd4 Update src/app/page.tsx 2026-04-24 12:29:03 +00:00
0d424857af Merge version_2 into main
Merge version_2 into main
2026-04-24 12:26:46 +00:00
2 changed files with 6 additions and 18 deletions

View File

@@ -57,16 +57,10 @@ export default function LandingPage() {
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-holding-his-tablet-kitchen_23-2148404378.jpg", imageAlt: "professional plumber working kitchen sink"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-still-life-arrangement-pvc_23-2149062931.jpg", imageAlt: "professional plumber working kitchen sink"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", imageAlt: "professional plumber working kitchen sink"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg", imageAlt: "professional plumber working kitchen sink"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", imageAlt: "professional plumber working kitchen sink"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/set-tools-table-plumber-opening-tap_259150-58274.jpg", imageAlt: "professional plumber working kitchen sink"},
]}
/>
</div>
@@ -150,12 +144,6 @@ export default function LandingPage() {
{
id: "3", name: "Marit Hansen", role: "Huseier", company: "Kristiansund", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-10992.jpg"},
{
id: "4", name: "Per Olsen", role: "Enebolig", company: "Kristiansund", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-showing-stop-gesture-young-builder-man-uniform-holding-gas-wrench-isolated-blue-background_141793-134626.jpg"},
{
id: "5", name: "Turid Berg", role: "Bad-rehab kunde", company: "Kristiansund", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-kitchen-drinking-coffee_1303-22224.jpg"},
]}
kpiItems={[
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);