Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19c263f468 | |||
| 17ea1e5401 | |||
| 228c155ca3 | |||
| 65d41775a6 | |||
| 073f923e6e | |||
| fb54452627 |
@@ -34,8 +34,10 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
]}
|
||||||
bottomLeftText="Los Angeles, CA"
|
bottomLeftText="Los Angeles, CA"
|
||||||
bottomRightText="hello@revvproductions.com"
|
bottomRightText="hello@revvproductions.com"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -151,21 +151,6 @@ const HeroSplitDualMedia = ({
|
|||||||
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
||||||
center={true}
|
center={true}
|
||||||
/>
|
/>
|
||||||
<TextBox
|
|
||||||
title={title}
|
|
||||||
description={description}
|
|
||||||
tag={tag}
|
|
||||||
tagIcon={tagIcon}
|
|
||||||
buttons={buttons}
|
|
||||||
className={cls("hidden md:flex flex-col gap-3 md:gap-4", textBoxClassName)}
|
|
||||||
titleClassName={cls("text-7xl 2xl:text-8xl font-medium text-center md:text-left text-balance", titleClassName)}
|
|
||||||
descriptionClassName={cls("max-w-8/10 text-lg md:text-xl leading-[1.2] text-center md:text-left", descriptionClassName)}
|
|
||||||
tagClassName={cls("w-fit px-3 py-1 text-sm rounded-theme card text-foreground inline-flex items-center gap-2 mb-3", tagClassName)}
|
|
||||||
buttonContainerClassName={cls("flex flex-wrap gap-4 mt-2", buttonContainerClassName)}
|
|
||||||
buttonClassName={buttonClassName}
|
|
||||||
buttonTextClassName={cls("text-base", buttonTextClassName)}
|
|
||||||
center={false}
|
|
||||||
/>
|
|
||||||
{ratingElement}
|
{ratingElement}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user