Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c46dcbfb67 | |||
| 979ca05e49 | |||
| 3ba0f3e61c | |||
| 1b0956e592 | |||
| 24f2351ae0 | |||
| 54cb8c4cd8 |
@@ -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";
|
||||
|
||||
@@ -33,7 +32,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Timeless Beauty, Redefined."
|
||||
title="Unlock Your Glowing Skin."
|
||||
description="Experience the ultimate hydration and natural radiance with Elegant Skin's premium botanical cream collection."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", alt: "Happy woman soft skin" },
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Join Our Beauty Journey"
|
||||
description="Sign up for 10% off your first purchase and exclusive skincare tips."
|
||||
description="Join 50k+ customers and get 10% off your first order"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459199.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user