Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 78356e285d | |||
| f4b26fd13f | |||
| 390d1cf7e2 | |||
| 6c9098b5d0 | |||
| e25a9200f3 | |||
| c21fe63c3b |
@@ -6,6 +6,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Lato } from "next/font/google";
|
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.',
|
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"],
|
const montserrat = Montserrat({
|
||||||
weight: ["100", "300", "400", "700", "900"],
|
variable: "--font-montserrat",
|
||||||
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
@@ -27,7 +29,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${lato.variable} antialiased`}>
|
<body className={`${montserrat.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
|||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
tagAnimation="opacity"
|
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"
|
imageAlt="Professional florist arranging fresh flowers"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Enter your email"
|
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."
|
termsText="By submitting this form, you agree to our Terms and Conditions and Privacy Policy."
|
||||||
ariaLabel="Contact form section"
|
ariaLabel="Contact form section"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-lato), sans-serif;
|
font-family: var(--font-montserrat), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-lato), sans-serif;
|
font-family: var(--font-montserrat), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #0a0a0a;
|
||||||
--card: #ffffff;
|
--card: #1a1a1a;
|
||||||
--foreground: #1b0c25;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #1b0c25;
|
--primary-cta: #dfff1c;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #1b0c25;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #ff93e4;
|
--accent: #8b9a1b;
|
||||||
--background-accent: #e8a8c3;
|
--background-accent: #5d6b00;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user