Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import ScrollExpandMedia from '@/components/sections/hero/ScrollExpandMedia';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -41,28 +41,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
<ScrollExpandMedia
|
||||
title="TB Import"
|
||||
description="Excellence from French Vineyards to Norwegian Tables. Discover our handpicked selection of exceptional wines."
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-white-wine-bottle-wooden-box-cherries-blue-surface_114579-34169.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/still-life-new-year-s-decoration_23-2151842244.jpg", alt: "Wine sommelier 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/valentine-s-day-arrangement-with-copy-space_23-2148392036.jpg", alt: "Wine sommelier 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/bottle-with-champagne-glasses-tray_23-2148356495.jpg", alt: "Wine sommelier 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/empty-bottle-glass-with-withered-flower-marble-surface_114579-21547.jpg", alt: "Wine sommelier 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/restaurant-blur-background_1385-176.jpg", alt: "Wine sommelier 5" }
|
||||
]}
|
||||
avatarText="Trusted by 50+ sommeliers"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Bordeaux" },
|
||||
{ type: "text", text: "Burgundy" },
|
||||
{ type: "text", text: "Champagne" },
|
||||
{ type: "text", text: "Rhône" },
|
||||
{ type: "text", text: "Loire" }
|
||||
]}
|
||||
mediaSrc="http://img.b2bpic.net/free-photo/glass-white-wine-bottle-wooden-box-cherries-blue-surface_114579-34169.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user