Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa6a5df26f | |||
| 3c50fd90f0 | |||
| d769807902 | |||
| daf335db42 | |||
| a1c290c2f3 | |||
| 567e672685 | |||
| dab8d85b49 | |||
| 45360fde2a |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
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 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 (
|
||||||
@@ -105,7 +106,37 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
textboxLayout="default"
|
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"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -172,7 +203,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -213,7 +243,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -260,7 +289,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user