10 Commits

Author SHA1 Message Date
5ade65cec4 Remove watermark 2026-04-27 08:29:53 +00:00
dfd90b9a8e Update src/app/page.tsx 2026-04-27 08:27:59 +00:00
54a4be5e77 Merge version_3 into main
Merge version_3 into main
2026-04-27 08:26:59 +00:00
98419652fd Update src/app/page.tsx 2026-04-27 08:26:56 +00:00
c934440460 Merge version_2 into main
Merge version_2 into main
2026-04-27 08:26:04 +00:00
6824f3694a Update src/app/styles/variables.css 2026-04-27 08:26:01 +00:00
8db97ac297 Update src/app/page.tsx 2026-04-27 08:26:00 +00:00
f64ed1fb5f Merge version_1 into main
Merge version_1 into main
2026-04-27 08:16:14 +00:00
c456593723 Merge version_1 into main
Merge version_1 into main
2026-04-27 08:15:51 +00:00
45991dbc72 Merge version_1 into main
Merge version_1 into main
2026-04-27 08:15:25 +00:00
3 changed files with 12 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Mulish } from "next/font/google";
@@ -38,7 +37,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="large"
background="blurBottom"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroLogoBillboard
background={{
variant: "radial-gradient"}}
logoText="Bring Mexico to Your Event"
logoText="Transform Your Event Into an Authentic Mexican Fiesta"
description="Authentic, unforgettable live music for weddings, corporate events, and parties in Melbourne. Led by Alejandro."
buttons={[
{
@@ -129,7 +129,7 @@ export default function LandingPage() {
<MetricCardFourteen
useInvertedBackground={false}
title="Music in Numbers"
tag="Expertise"
tag="Proven Track Record"
metrics={[
{
id: "m1", value: "15+", description: "Years of Professional Music"},
@@ -191,4 +191,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fdfdfd;
--primary-cta: #ff6207;
--background: #fdf8f0;
--card: #f0e6d2;
--foreground: #4a2c2c;
--primary-cta: #c41e3a;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta: #f0e6d2;
--secondary-cta-text: #ffffff;
--accent: #ff3d4a;
--background-accent: #008080;
--accent: #e38e1a;
--background-accent: #2e8b57;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);