10 Commits

Author SHA1 Message Date
8b7c8701e5 Merge version_3 into main
Merge version_3 into main
2026-03-11 16:56:13 +00:00
78356e285d Update theme fonts 2026-03-11 16:56:09 +00:00
f4b26fd13f Update theme fonts 2026-03-11 16:56:09 +00:00
5f76911805 Merge version_3 into main
Merge version_3 into main
2026-03-11 16:56:06 +00:00
390d1cf7e2 Update theme colors 2026-03-11 16:56:00 +00:00
4f7e1f323e Merge version_3 into main
Merge version_3 into main
2026-03-11 16:55:37 +00:00
6c9098b5d0 Update src/app/page.tsx 2026-03-11 16:55:33 +00:00
d368b5b527 Merge version_3 into main
Merge version_3 into main
2026-03-11 16:50:12 +00:00
e25a9200f3 Update src/app/page.tsx 2026-03-11 16:50:08 +00:00
c21fe63c3b Merge version_2 into main
Merge version_2 into main
2026-03-11 16:35:24 +00:00
4 changed files with 19 additions and 17 deletions

View File

@@ -6,6 +6,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Lato } from "next/font/google";
import { Montserrat } from "next/font/google";
@@ -14,9 +15,10 @@ export const metadata: Metadata = {
description: 'Premium fresh flowers delivered daily. Expert florists, same-day delivery, and custom arrangements for every occasion. Day & You brings nature\'s beauty to your doorstep.',
};
const lato = Lato({
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export default function RootLayout({
@@ -27,7 +29,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<body className={`${montserrat.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
tag="Our Story"
tagIcon={Leaf}
tagAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/stylish-woman-making-flowers-arrangement_23-2148826776.jpg?_wi=1"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXDr2jtHNRcCPXEpeRHJyo43vY/uploaded-1773247904081-hh627kq6.mp4"
imageAlt="Professional florist arranging fresh flowers"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -251,7 +251,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Send Message"
buttonText="Receive Free Quote"
termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy."
ariaLabel="Contact form section"
/>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-lato), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-lato), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);