Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -44,44 +44,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
<HeroBillboardCarousel
|
||||
title="Luxury Floral Subscriptions for NYC Hotels"
|
||||
description="Exquisite, fresh arrangements delivered three times a month to elevate your hotel's aesthetic. Dedicated service for Manhattan's premier properties."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flower-composition-glass-vase-white-orange-lithianthus-roses-side-view_141793-4422.jpg", imageAlt: "Luxury hotel lobby flowers" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rose-bouquet-bachelor-party_23-2149275483.jpg", imageAlt: "Fresh rose arrangements" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-purple-plant-with-cushions-background_1203-1508.jpg", imageAlt: "Interior floral decor" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Consultation", href: "#contact"},
|
||||
{
|
||||
text: "View Subscription Plans", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flower-composition-glass-vase-white-orange-lithianthus-roses-side-view_141793-4422.jpg"
|
||||
imageAlt="Luxury hotel lobby flowers"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-working-reception-front-view_23-2149963919.jpg", alt: "Hotel Manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg", alt: "Operations Director"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Design Lead"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg", alt: "Concierge"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tourist-having-fun-with-gadget-hotel_482257-76671.jpg", alt: "Designer"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ luxury hospitality experts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Seasonal Blooms"},
|
||||
{
|
||||
type: "text", text: "Professional Installation"},
|
||||
{
|
||||
type: "text", text: "NYC Based Florists"},
|
||||
{
|
||||
type: "text", text: "Bespoke Aesthetics"},
|
||||
{
|
||||
type: "text", text: "Reliable Service"},
|
||||
{ text: "Get Consultation", href: "#contact" },
|
||||
{ text: "View Subscription Plans", href: "#pricing" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,8 +178,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get in touch"
|
||||
title="Request Your Consultation"
|
||||
description="Ready to bring life to your hotel lobby? Fill out the form and our design lead will contact you for a site visit."
|
||||
|
||||
Reference in New Issue
Block a user