Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-25 18:04:46 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ import { Lightbulb } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,8 +11,8 @@ import { Mail, MessageCircleQuestion } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
@@ -161,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -17,8 +17,8 @@ import { Facebook, Film, Instagram, Twitter } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
@@ -189,7 +189,7 @@ export default function LandingPage() {
id: "2", title: "How does personalized recommendation work?", content: "Our AI-powered recommendation engine analyzes your viewing history, preferences, and ratings to suggest content tailored specifically to your tastes, helping you discover new favorites effortlessly."
},
{
id: "3", title: "Can I watch on multiple devices?", content: "Yes, StreamFlow supports seamless cross-device playback. Start watching on your TV, continue on your tablet, and pick up where you left off on your phone, all with perfect synchronization."
id: "3", title: "Can I watch on multiple devices?", content: "Yes, StreamFlow supports seamless cross-device playback. Start watching on your TV, continue on your tablet, and pick up where you left off on your phone, all with perfect synchronization.""
},
{
id: "4", title: "What are the technical requirements for optimal streaming?", content: "For the best experience, we recommend a stable internet connection of at least 25 Mbps for 4K streaming. Our platform is optimized for modern browsers and mobile devices."
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}