Update src/app/page.tsx

This commit is contained in:
2026-03-10 14:25:14 +00:00
parent bf0079b7c9
commit 5157cdacb6

View File

@@ -1,15 +1,15 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { CheckCircle, Sparkles, Zap, DollarSign, Gamepad2, Link, Search } from "lucide-react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { CheckCircle, Sparkles, Zap, DollarSign, Gamepad2, Link, Search, Crown } from "lucide-react";
export default function LandingPage() {
return (
@@ -88,7 +88,7 @@ export default function LandingPage() {
id: "03", title: "Drag & Drop Builder", description: "Intuitively arrange sections, galleries, and game showcases with our powerful drag-and-drop editor. No coding required.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/illustration-of-a-drag-and-drop-website--1773151481474-0284bd1a.jpg", imageAlt: "Drag and drop builder"
},
{
id: "04", title: "Professional Templates", description: "Choose from 50+ game-specific templates. Esports, indie games, game studios, streaming—we've got you covered.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg?_wi=1", imageAlt: "Template showcase"
id: "04", title: "Professional Templates", description: "Choose from 50+ game-specific templates. Esports, indie games, game studios, streaming—we've got you covered.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg", imageAlt: "Template showcase"
},
{
id: "05", title: "Real-Time Customization", description: "Adjust colors, fonts, animations, and layouts in real-time. See changes instantly as you build your site.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-screenshot-of-the-customization-panel--1773151482332-fcba2815.png", imageAlt: "Customization controls"
@@ -110,16 +110,16 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Indie Game Studio", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg?_wi=2", imageAlt: "Indie game studio template"
id: "1", name: "Indie Game Studio", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg", imageAlt: "Indie game studio template"
},
{
id: "2", name: "Esports Tournament", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg?_wi=3", imageAlt: "Esports tournament template"
id: "2", name: "Esports Tournament", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg", imageAlt: "Esports tournament template"
},
{
id: "3", name: "Game Publisher", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg?_wi=4", imageAlt: "Game publisher template"
id: "3", name: "Game Publisher", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg", imageAlt: "Game publisher template"
},
{
id: "4", name: "Streaming Community", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg?_wi=5", imageAlt: "Streaming community template"
id: "4", name: "Streaming Community", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkzKopllkBZch1rsHrQh57Kfit/a-collection-of-pre-built-game-website-t-1773151481118-3fe15864.jpg", imageAlt: "Streaming community template"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -163,7 +163,7 @@ export default function LandingPage() {
features: ["Unlimited websites", "80+ premium templates", "Advanced customization", "Custom domain", "Analytics & insights", "Priority support", "SEO optimization"]
},
{
id: "enterprise", badge: "Enterprise", badgeIcon: CheckCircle,
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
price: "Custom", subtitle: "For large organizations", buttons: [{ text: "Contact Sales", href: "#contact" }],
features: ["Unlimited everything", "Dedicated account manager", "Custom branding", "API access", "White-label options", "Advanced automation", "24/7 support"]
}