5 Commits

Author SHA1 Message Date
856bc66d70 Update src/app/page.tsx 2026-04-20 15:08:33 +00:00
50e3e892c5 Update src/app/page.tsx 2026-04-20 15:07:34 +00:00
7fdd2a31e1 Update src/app/styles/variables.css 2026-04-20 15:01:06 +00:00
ed15b841b6 Update src/app/page.tsx 2026-04-20 15:01:05 +00:00
93da9da371 Merge version_2 into main
Merge version_2 into main
2026-04-20 14:58:52 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="aurora" background="aurora"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="double-inset" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
headingFontWeight="normal" headingFontWeight="normal"
> >
@@ -57,7 +57,7 @@ export default function LandingPage() {
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696843689-8dbd0f04.png", alt: "Client review"}, src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/uploaded-1776697582356-a1c5dns3.png", alt: "Client review"},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696852622-c4912824.png", alt: "Client review"}, src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696852622-c4912824.png", alt: "Client review"},
{ {
@@ -67,7 +67,7 @@ export default function LandingPage() {
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696878966-489c7492.png", alt: "Client review"}, src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVsKYOORG1QTC0iM3LA3BfvJY3/professional-headshot-of-happy-local-bus-1776696878966-489c7492.png", alt: "Client review"},
]} ]}
avatarText="Trusted by 50+ local Calgary businesses" avatarText=""
marqueeItems={[ marqueeItems={[
{ {
type: "text", text: "Calgary SEO"}, type: "text", text: "Calgary SEO"},

View File

@@ -13,11 +13,11 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612; --foreground: #000612;
--primary-cta: #008080; --primary-cta: #15479c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #005f73; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612; --secondary-cta-text: #000612;
--accent: #008080; --accent: #15479c;
--background-accent: #e0f2f2; --background-accent: #e0f2f2;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */