Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
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";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -42,11 +43,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Bring GoodTime to Your Day with Fresh Flowers"
|
||||
<HeroCarouselLogo
|
||||
logoText="GoodTime"
|
||||
description="Handpicked bouquets delivered with care, straight to your door—because life is better with flowers"
|
||||
tag="Seasonal & Locally Sourced"
|
||||
tagIcon={Leaf}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now & Bloom",
|
||||
@@ -57,23 +56,22 @@ export default function LandingPage() {
|
||||
href: "#about"
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o"
|
||||
imageAlt="Beautiful fresh flower bouquet"
|
||||
imagePosition="right"
|
||||
kpis={[
|
||||
slides={[
|
||||
{
|
||||
value: "Same-Day",
|
||||
label: "Local Delivery"
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o",
|
||||
videoAriaLabel: "Hero video - Fresh flower bouquets"
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Handpicked Quality"
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o",
|
||||
videoAriaLabel: "Hero video - Beautiful flower arrangement"
|
||||
},
|
||||
{
|
||||
value: "Seasonal",
|
||||
label: "Fresh Blooms"
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c4s30o",
|
||||
videoAriaLabel: "Hero video - Seasonal blooms"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user