Merge version_2 into main #1
@@ -9,7 +9,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|||||||
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Sparkles, Users, TrendingUp, Zap, Star, Heart } from "lucide-react";
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
|
import { Sparkles, Users, TrendingUp, Zap, Star, Heart, Flower } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -110,6 +111,38 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="video" data-section="video">
|
||||||
|
<FeatureCardSix
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
title: "The TeenSun Story",
|
||||||
|
description: "From our garden to your moment. Discover how we create flower arrangements that celebrate youth, style, and self-expression. Every bloom tells a story—yours.",
|
||||||
|
videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
title: "Flower Arrangements That Pop",
|
||||||
|
description: "Watch our creative process as we design bold, vibrant arrangements. See how we pick each flower, color, and detail to make sure your bouquet is absolutely stunning.",
|
||||||
|
videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
title: "Behind the Blooms",
|
||||||
|
description: "Meet the team that makes TeenSun happen. Learn about our passion for sustainable floristry and how we bring fresh, gorgeous arrangements to your door every single time.",
|
||||||
|
videoSrc: "https://www.youtube.com/embed/dQw4w9WgXcQ"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
title="Our Story in Full Bloom"
|
||||||
|
description="Experience TeenSun through video. See our passion, process, and the magic that goes into every arrangement."
|
||||||
|
tag="Brand Story"
|
||||||
|
tagIcon={Flower}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
animationType="slide-up"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardThirteen
|
<TestimonialCardThirteen
|
||||||
title="What Our Teens Say"
|
title="What Our Teens Say"
|
||||||
|
|||||||
Reference in New Issue
Block a user