Merge version_1 into main #1
197
src/app/page.tsx
197
src/app/page.tsx
@@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Rocket, Smartphone, Search, Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Templates",
|
||||
id: "#ready-sites",
|
||||
},
|
||||
name: "Templates", id: "#ready-sites"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "#how-it-works",
|
||||
},
|
||||
name: "How It Works", id: "#how-it-works"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="SiteFabrik"
|
||||
/>
|
||||
@@ -65,9 +54,7 @@ export default function LandingPage() {
|
||||
description="Launch Your Business Today with Ready-Made Professional Websites. Get fully-functional, turn-key websites powered by Webild and İkas. Tailored for your industry and ready to deploy instantly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Ready Sites",
|
||||
href: "#ready-sites",
|
||||
},
|
||||
text: "Browse Ready Sites", href: "#ready-sites"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shopping-online-shopaholics-e-commerce-e-shopping-concept_53876-120673.jpg"
|
||||
imageAlt="Isometric illustration of website interfaces and e-commerce dashboards"
|
||||
@@ -80,33 +67,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instant Deployment",
|
||||
description: "Your website goes live in 24 hours with our AI-powered rapid setup, getting you online faster.",
|
||||
buttonIcon: "Rocket",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/maximum-income-background_1132-11.jpg",
|
||||
imageAlt: "Rocket icon",
|
||||
},
|
||||
title: "Instant Deployment", description: "Your website goes live in 24 hours with our AI-powered rapid setup, getting you online faster.", buttonIcon: Rocket,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/maximum-income-background_1132-11.jpg", imageAlt: "Rocket icon"},
|
||||
{
|
||||
title: "100% Mobile Responsive",
|
||||
description: "Flawless design across smartphones, tablets, and desktops ensures an optimal experience for every user.",
|
||||
buttonIcon: "Smartphone",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/moblile-analytics-flat-icons_23-2147491977.jpg",
|
||||
imageAlt: "Smartphone icon",
|
||||
},
|
||||
title: "100% Mobile Responsive", description: "Flawless design across smartphones, tablets, and desktops ensures an optimal experience for every user.", buttonIcon: Smartphone,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/moblile-analytics-flat-icons_23-2147491977.jpg", imageAlt: "Smartphone icon"},
|
||||
{
|
||||
title: "SEO & Performance Optimized",
|
||||
description: "Fast-loading layouts built for Google rankings and superior user experience drive more traffic.",
|
||||
buttonIcon: "Search",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-icon-front-side-with-white-background_187299-40053.jpg",
|
||||
imageAlt: "Magnifying glass icon",
|
||||
},
|
||||
title: "SEO & Performance Optimized", description: "Fast-loading layouts built for Google rankings and superior user experience drive more traffic.", buttonIcon: Search,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-icon-front-side-with-white-background_187299-40053.jpg", imageAlt: "Magnifying glass icon"},
|
||||
{
|
||||
title: "Webild & İkas Powered",
|
||||
description: "Leverage powerful platforms for robust, scalable, and secure website solutions that grow with you.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-left-side-with-white-background_187299-40056.jpg",
|
||||
imageAlt: "Lightning bolt icon",
|
||||
},
|
||||
title: "Webild & İkas Powered", description: "Leverage powerful platforms for robust, scalable, and secure website solutions that grow with you.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-left-side-with-white-background_187299-40056.jpg", imageAlt: "Lightning bolt icon"},
|
||||
]}
|
||||
title="Why Choose SiteFabrik?"
|
||||
description="Unlock rapid deployment, mobile perfection, and top-tier SEO for your online presence."
|
||||
@@ -118,14 +89,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"Global Dynamics",
|
||||
"Future Solutions",
|
||||
"Pioneer Labs",
|
||||
"Catalyst Group",
|
||||
"Synergy Corp",
|
||||
"Quantum Leap",
|
||||
]}
|
||||
"InnovateTech", "Global Dynamics", "Future Solutions", "Pioneer Labs", "Catalyst Group", "Synergy Corp", "Quantum Leap"]}
|
||||
title="Trusted by Growing Businesses"
|
||||
description="Join hundreds of successful businesses who launched their online presence with SiteFabrik."
|
||||
/>
|
||||
@@ -140,69 +104,33 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Restaurant Template",
|
||||
price: "$999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg",
|
||||
imageAlt: "Preview of Modern Restaurant Template",
|
||||
priceButtonProps: {
|
||||
text: "Live Demo",
|
||||
variant: "primary-cta",
|
||||
id: "p1", name: "Modern Restaurant Template", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "Preview of Modern Restaurant Template", priceButtonProps: {
|
||||
text: "Live Demo", variant: "radial-glow"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Corporate Business Layout",
|
||||
price: "$1299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-specialists-using-mockup-copy-space-office_482257-124454.jpg",
|
||||
imageAlt: "Preview of Corporate Business Layout",
|
||||
priceButtonProps: {
|
||||
text: "Live Demo",
|
||||
variant: "primary-cta",
|
||||
id: "p2", name: "Corporate Business Layout", price: "$1299", imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-specialists-using-mockup-copy-space-office_482257-124454.jpg", imageAlt: "Preview of Corporate Business Layout", priceButtonProps: {
|
||||
text: "Live Demo", variant: "radial-glow"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Boutique E-Commerce Store",
|
||||
price: "$1499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg",
|
||||
imageAlt: "Preview of Boutique E-Commerce Store",
|
||||
priceButtonProps: {
|
||||
text: "Live Demo",
|
||||
variant: "primary-cta",
|
||||
id: "p3", name: "Boutique E-Commerce Store", price: "$1499", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg", imageAlt: "Preview of Boutique E-Commerce Store", priceButtonProps: {
|
||||
text: "Live Demo", variant: "radial-glow"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Creative Portfolio Showcase",
|
||||
price: "$899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-office-desk-used-by-hr-expert-vetting-applicants_482257-106882.jpg",
|
||||
imageAlt: "Preview of Creative Portfolio Showcase",
|
||||
priceButtonProps: {
|
||||
text: "Live Demo",
|
||||
variant: "primary-cta",
|
||||
id: "p4", name: "Creative Portfolio Showcase", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/notebook-office-desk-used-by-hr-expert-vetting-applicants_482257-106882.jpg", imageAlt: "Preview of Creative Portfolio Showcase", priceButtonProps: {
|
||||
text: "Live Demo", variant: "radial-glow"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Engaging Blog Platform",
|
||||
price: "$799",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blond-woman-female-college-student-works-from-home-assignment-uses-laptop_1258-281656.jpg",
|
||||
imageAlt: "Preview of Engaging Blog Platform",
|
||||
priceButtonProps: {
|
||||
text: "Live Demo",
|
||||
variant: "primary-cta",
|
||||
id: "p5", name: "Engaging Blog Platform", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blond-woman-female-college-student-works-from-home-assignment-uses-laptop_1258-281656.jpg", imageAlt: "Preview of Engaging Blog Platform", priceButtonProps: {
|
||||
text: "Live Demo", variant: "radial-glow"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Professional Services Hub",
|
||||
price: "$1199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-gadget-device-notebook-blank-space-concept_53876-16514.jpg",
|
||||
imageAlt: "Preview of Professional Services Hub",
|
||||
priceButtonProps: {
|
||||
text: "Live Demo",
|
||||
variant: "primary-cta",
|
||||
id: "p6", name: "Professional Services Hub", price: "$1199", imageSrc: "http://img.b2bpic.net/free-photo/laptop-gadget-device-notebook-blank-space-concept_53876-16514.jpg", imageAlt: "Preview of Professional Services Hub", priceButtonProps: {
|
||||
text: "Live Demo", variant: "radial-glow"
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -216,9 +144,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Beyond Templates: Custom Solutions"
|
||||
description={[
|
||||
"Need something truly unique? Our expert team delivers bespoke web solutions tailored to your specific business needs. From complex e-commerce integrations to custom corporate platforms, we build it all with precision and creativity.",
|
||||
"We offer comprehensive services including Turn-key İkas E-Commerce Setup, Custom Corporate Web Design, and AI-Powered Landing Pages to ensure your brand stands out online and achieves its unique goals.",
|
||||
]}
|
||||
"Need something truly unique? Our expert team delivers bespoke web solutions tailored to your specific business needs. From complex e-commerce integrations to custom corporate platforms, we build it all with precision and creativity.", "We offer comprehensive services including Turn-key İkas E-Commerce Setup, Custom Corporate Web Design, and AI-Powered Landing Pages to ensure your brand stands out online and achieves its unique goals."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -228,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "step1",
|
||||
title: "1. Choose Your Template",
|
||||
content: "Browse our extensive library of professionally designed, industry-specific website templates. Find the perfect foundation that aligns with your brand vision and functional requirements.",
|
||||
},
|
||||
id: "step1", title: "1. Choose Your Template", content: "Browse our extensive library of professionally designed, industry-specific website templates. Find the perfect foundation that aligns with your brand vision and functional requirements."},
|
||||
{
|
||||
id: "step2",
|
||||
title: "2. Submit Your Details",
|
||||
content: "Provide your content, branding guidelines, specific features, and any unique requirements to our expert team. We'll gather everything needed to bring your vision to life.",
|
||||
},
|
||||
id: "step2", title: "2. Submit Your Details", content: "Provide your content, branding guidelines, specific features, and any unique requirements to our expert team. We'll gather everything needed to bring your vision to life."},
|
||||
{
|
||||
id: "step3",
|
||||
title: "3. Your Site Goes Live in 24 Hours!",
|
||||
content: "Our efficient process ensures your fully functional, turn-key website is deployed, optimized, and ready to go live in just one business day, allowing you to launch instantly.",
|
||||
},
|
||||
id: "step3", title: "3. Your Site Goes Live in 24 Hours!", content: "Our efficient process ensures your fully functional, turn-key website is deployed, optimized, and ready to go live in just one business day, allowing you to launch instantly."},
|
||||
]}
|
||||
title="How SiteFabrik Works"
|
||||
description="Launching your dream website is just three simple steps away with our streamlined process."
|
||||
@@ -253,16 +170,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Launch?"
|
||||
title="Get Your Custom Quote Today"
|
||||
description="Tell us about your project, and we'll help you get started with a professional website tailored to your needs. Fill out the form below."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "mailto:info@sitefabrik.com",
|
||||
},
|
||||
text: "Get a Free Quote", href: "mailto:info@sitefabrik.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,50 +188,31 @@ export default function LandingPage() {
|
||||
logoText="SiteFabrik"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#services",
|
||||
},
|
||||
label: "About Us", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Ready-Made Sites",
|
||||
href: "#ready-sites",
|
||||
},
|
||||
label: "Ready-Made Sites", href: "#ready-sites"},
|
||||
{
|
||||
label: "Custom Web Design",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Custom Web Design", href: "#services"},
|
||||
{
|
||||
label: "E-Commerce Setup",
|
||||
href: "#services",
|
||||
},
|
||||
label: "E-Commerce Setup", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user