5 Commits

Author SHA1 Message Date
19c263f468 Update src/app/page.tsx 2026-02-04 20:22:21 +00:00
17ea1e5401 Update src/app/page.tsx 2026-02-04 09:24:45 +00:00
228c155ca3 Update src/app/page.tsx 2026-02-04 09:23:12 +00:00
65d41775a6 Bob AI: Revert back to previous version 2026-02-04 08:56:01 +00:00
073f923e6e Update src/app/page.tsx 2026-02-04 08:38:12 +00:00
2 changed files with 5 additions and 18 deletions

View File

@@ -34,8 +34,10 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
bottomLeftText="Los Angeles, CA"
bottomRightText="hello@revvproductions.com"
/>
@@ -85,7 +87,7 @@ export default function LandingPage() {
description="We offer a comprehensive suite of video production services tailored to showcase luxury properties."
tag="Services"
tagIcon={Camera}
imageSrc="http://img.b2bpic.net/premium-photo/woman-photographer-taking-picture-modern-house-with-dslr-camera-tripod_788670-6569.jpg?id=378007444"
imageSrc="http://img.b2bpic.net/free-photo/man-filming-with-professional-camera-new-movie_23-2149066393.jpg"
imageAlt="Production services in action"
accordionItems={[
{

View File

@@ -151,21 +151,6 @@ const HeroSplitDualMedia = ({
buttonTextClassName={cls("text-base", buttonTextClassName)}
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}
</div>