4 Commits

Author SHA1 Message Date
3c50fd90f0 Update src/app/page.tsx 2026-01-05 13:20:58 +00:00
daf335db42 Update src/app/page.tsx 2026-01-05 13:18:41 +00:00
567e672685 Update src/app/page.tsx 2026-01-05 13:16:32 +00:00
45360fde2a Update src/app/page.tsx 2026-01-05 13:14:18 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -9,7 +9,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
import ContactFaq from '@/components/sections/contact/ContactFaq';
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() {
return (
@@ -105,7 +106,37 @@ export default function LandingPage() {
]}
gridVariant="two-columns-alternating-heights"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert"
/>
</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"
/>
</div>
@@ -172,7 +203,6 @@ export default function LandingPage() {
]}
showRating={true}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
/>
</div>
@@ -213,7 +243,6 @@ export default function LandingPage() {
]}
gridVariant="four-items-2x2-equal-grid"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert"
/>
</div>
@@ -260,7 +289,6 @@ export default function LandingPage() {
}
]}
useInvertedBackground="noInvert"
animationType="slide-up"
/>
</div>