From 2b3b25fdf0926533afc44ad5f15a81fa738e2d72 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:47:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74516f4..86978cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,15 +38,15 @@ export default function WebAgencyThemePage() {
@@ -127,7 +127,7 @@ export default function WebAgencyThemePage() { tag="Testimonials" tagIcon={Star} testimonials={[ - { id: "1", name: "Sarah Johnson", date: "CEO, TechStart", title: "Transformed Our Presence", tag: "Review", quote: "Working with Studio was a game-changer. They delivered a website that converts visitors at twice our previous rate.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=2" }, + { id: "1", name: "Sarah Johnson", date: "CEO, TechStart", title: "Transformed Our Presence", tag: "Review", quote: "Working with Onion Group was a game-changer. They delivered a website that converts visitors at twice our previous rate.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=2" }, { id: "2", name: "Michael Chen", date: "Founder, GrowthLab", title: "Exceeded Expectations", tag: "Review", quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined.", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp?_wi=2" } ]} textboxLayout="default" @@ -135,20 +135,20 @@ export default function WebAgencyThemePage() { />
Date: Fri, 17 Apr 2026 11:47:35 +0000 Subject: [PATCH 2/2] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 2e5ee85..64e2fa4 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-dm-serif), sans-serif; + font-family: var(--font-dm-sans), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-dm-serif), sans-serif; + font-family: var(--font-dm-serif-display), serif; } -- 2.49.1