Merge version_3 into main #3
@@ -5,7 +5,7 @@ import "@/styles/globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "KOREX - Premium Creative & Development Solutions", description: "Transform your digital presence with enterprise-grade design and cutting-edge development from KOREX."};
|
||||
title: "KOREX | Premium Creative & Development Solutions", description: "Digital transformation that drives 3x faster growth and industry-leading ROI. Premium creative & development solutions for visionary brands."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -13,7 +13,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Lightbulb, TrendingUp, Users, Zap, Crown } from 'lucide-react';
|
||||
import { Award, Lightbulb, TrendingUp, Users, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="KOREX"
|
||||
description="Premium creative & development solutions for visionary brands. Transform your digital presence with enterprise-grade design and cutting-edge development."
|
||||
description="Digital transformation that drives 3x faster growth and industry-leading ROI. Enterprise-grade creative & development solutions for visionary brands."
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "#contact" },
|
||||
{ text: "View Our Work", href: "#features" }
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "professional", title: "Professional", price: "$15,000", period: "project-based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXTsrGlfvhG8tGnEEBTxCtlbLj/professional-package-visualization-multi-1772738307272-08c8d5f5.png", imageAlt: "Professional package", button: { text: "Start Project", href: "#contact" },
|
||||
features: ["Complete brand identity", "Website design & development", "Unlimited revisions (30 days)", "SEO optimization included", "Analytics setup & training", "90% of clients upgrade within 6 months"]
|
||||
features: ["Complete brand identity", "Website design & development", "Unlimited revisions (30 days)", "SEO optimization included", "Analytics setup & training"]
|
||||
},
|
||||
{
|
||||
id: "enterprise", title: "Enterprise", price: "Custom", period: "tailored solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXTsrGlfvhG8tGnEEBTxCtlbLj/enterprise-level-design-solutions-compre-1772738309834-0d00cae0.png", imageAlt: "Enterprise package", button: { text: "Schedule Consultation", href: "#contact" },
|
||||
@@ -155,9 +155,9 @@ export default function LandingPage() {
|
||||
containerClassName="py-20"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-6 text-foreground"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/80 max-w-2xl mb-12"
|
||||
cardClassName="bg-card border-2 border-card rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-300 group relative"
|
||||
cardClassName="bg-card border-2 border-card rounded-xl overflow-hidden hover:shadow-2xl transition-all duration-300 group"
|
||||
planImageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500"
|
||||
planTitleClassName="text-2xl font-bold text-foreground mt-6 mb-2 flex items-center gap-2"
|
||||
planTitleClassName="text-2xl font-bold text-foreground mt-6 mb-2"
|
||||
planPriceClassName="text-4xl font-extrabold text-primary-cta mb-4"
|
||||
featuresListClassName="space-y-3 mb-6"
|
||||
featureItemClassName="flex items-center gap-3 text-foreground/80"
|
||||
|
||||
Reference in New Issue
Block a user