Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36e24280b1 | |||
| 98c79dcdff | |||
| a28bed2613 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -9,6 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import { Leaf, Heart, Sprout, Flower2, Smile, Sparkles, HelpCircle, Mail, Instagram, Facebook } from "lucide-react";
|
import { Leaf, Heart, Sprout, Flower2, Smile, Sparkles, HelpCircle, Mail, Instagram, Facebook } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -42,11 +43,9 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroCarouselLogo
|
||||||
title="Bring GoodTime to Your Day with Fresh Flowers"
|
logoText="GoodTime"
|
||||||
description="Handpicked bouquets delivered with care, straight to your door—because life is better with flowers"
|
description="Handpicked bouquets delivered with care, straight to your door—because life is better with flowers"
|
||||||
tag="Seasonal & Locally Sourced"
|
|
||||||
tagIcon={Leaf}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now & Bloom",
|
text: "Shop Now & Bloom",
|
||||||
@@ -57,23 +56,22 @@ export default function LandingPage() {
|
|||||||
href: "#about"
|
href: "#about"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o"
|
slides={[
|
||||||
imageAlt="Beautiful fresh flower bouquet"
|
|
||||||
imagePosition="right"
|
|
||||||
kpis={[
|
|
||||||
{
|
{
|
||||||
value: "Same-Day",
|
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o",
|
||||||
label: "Local Delivery"
|
videoAriaLabel: "Hero video - Fresh flower bouquets"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "100%",
|
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o",
|
||||||
label: "Handpicked Quality"
|
videoAriaLabel: "Hero video - Beautiful flower arrangement"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "Seasonal",
|
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o",
|
||||||
label: "Fresh Blooms"
|
videoAriaLabel: "Hero video - Seasonal blooms"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
autoplayDelay={5000}
|
||||||
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user