Merge version_1 into main #2
193
src/app/page.tsx
193
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Packages", id: "#pricing"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Support", id: "#contact"},
|
||||
]}
|
||||
brandName="Wing Hosting"
|
||||
/>
|
||||
@@ -56,37 +48,23 @@ export default function LandingPage() {
|
||||
description="עזרה למתחילים ומקצוענים 24/7 (מומחים בוורדפרס) - התקדמו עוד היום."
|
||||
buttons={[
|
||||
{
|
||||
text: "התחל עכשיו",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "התחל עכשיו", href: "#pricing"},
|
||||
{
|
||||
text: "7 ימי נסיון חינם",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "7 ימי נסיון חינם", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg"
|
||||
imageAlt="Wing Web Hosting Infrastructure"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://img.freepik.com/free-photo/smiling-young-man-with-crossed-arms_1142-646.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "https://img.freepik.com/free-photo/smiling-young-man-with-crossed-arms_1142-646.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "https://img.freepik.com/free-photo/happy-young-woman-with-glasses_1142-892.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "https://img.freepik.com/free-photo/happy-young-woman-with-glasses_1142-892.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "https://img.freepik.com/free-photo/portrait-confident-man_1142-891.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "https://img.freepik.com/free-photo/portrait-confident-man_1142-891.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "https://img.freepik.com/free-photo/cheerful-woman-smiling-outdoors_1142-701.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "https://img.freepik.com/free-photo/cheerful-woman-smiling-outdoors_1142-701.jpg", alt: "לקוח מרוצה"},
|
||||
{
|
||||
src: "https://img.freepik.com/free-photo/man-wearing-casual-clothing_1142-716.jpg",
|
||||
alt: "לקוח מרוצה",
|
||||
},
|
||||
src: "https://img.freepik.com/free-photo/man-wearing-casual-clothing_1142-716.jpg", alt: "לקוח מרוצה"},
|
||||
]}
|
||||
avatarText="מעל 5000 לקוחות מרוצים"
|
||||
/>
|
||||
@@ -99,55 +77,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "שטח אחסון ללא הגבלה",
|
||||
description: "שטח אחסון לאתר/ים ללא הגבלה.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4tqwb&_wi=1",
|
||||
imageAlt: "Unlimited Storage",
|
||||
},
|
||||
title: "שטח אחסון ללא הגבלה", description: "שטח אחסון לאתר/ים ללא הגבלה.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg", imageAlt: "Unlimited Storage"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "ללא הגבלה שטח דיסק",
|
||||
},
|
||||
text: "ללא הגבלה שטח דיסק"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=2",
|
||||
imageAlt: "web hosting server room tech",
|
||||
},
|
||||
{
|
||||
title: "דומיין מתנה",
|
||||
description: "דומיין חינם עם החבילה (co.il, com, net).",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-line-filled-color-icon-pack-like-management-database-hosting-web-security_1142-18625.jpg?_wi=1",
|
||||
imageAlt: "Domain Gift",
|
||||
},
|
||||
title: "דומיין מתנה", description: "דומיין חינם עם החבילה (co.il, com, net).", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4tqwb", imageAlt: "Domain Gift"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "דומיין במתנה",
|
||||
},
|
||||
text: "דומיין במתנה"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4tqwb&_wi=2",
|
||||
imageAlt: "web hosting icon basic",
|
||||
},
|
||||
{
|
||||
title: "תמיכה 24/7",
|
||||
description: "עזרה למתחילים ומקצוענים מסביב לשעון.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/website-hosting-with-man-holding-tablet_23-2149406767.jpg?_wi=1",
|
||||
imageAlt: "24/7 Support",
|
||||
},
|
||||
title: "תמיכה 24/7", description: "עזרה למתחילים ומקצוענים מסביב לשעון.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-line-filled-color-icon-pack-like-management-database-hosting-web-security_1142-18625.jpg", imageAlt: "24/7 Support"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "מומחים בוורדפרס",
|
||||
},
|
||||
text: "מומחים בוורדפרס"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-line-filled-color-icon-pack-like-management-database-hosting-web-security_1142-18625.jpg?_wi=2",
|
||||
imageAlt: "web hosting professional icon",
|
||||
},
|
||||
]}
|
||||
title="היתרונות שלנו"
|
||||
@@ -162,54 +119,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Hosting",
|
||||
price: "₪11.99",
|
||||
period: "/חודש",
|
||||
features: [
|
||||
"ללא הגבלה אחסון",
|
||||
"תמיכה 24/7",
|
||||
"דומיין מתנה",
|
||||
],
|
||||
id: "basic", title: "Basic Hosting", price: "₪11.99", period: "/חודש", features: [
|
||||
"ללא הגבלה אחסון", "תמיכה 24/7", "דומיין מתנה"],
|
||||
button: {
|
||||
text: "רכישה",
|
||||
href: "https://clients.wing.co.il/index.php?rp=/store/wing/khbylt-nkhlyaly",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4tqwb&_wi=3",
|
||||
},
|
||||
text: "רכישה", href: "https://clients.wing.co.il/index.php?rp=/store/wing/khbylt-nkhlyaly"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w4tqwb"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Professional Hosting",
|
||||
price: "₪29.99",
|
||||
period: "/חודש",
|
||||
features: [
|
||||
"ביצועים גבוהים",
|
||||
"שטח SSD מהיר",
|
||||
"כולל SSL",
|
||||
"גיבוי יומי",
|
||||
],
|
||||
id: "pro", title: "Professional Hosting", price: "₪29.99", period: "/חודש", features: [
|
||||
"ביצועים גבוהים", "שטח SSD מהיר", "כולל SSL", "גיבוי יומי"],
|
||||
button: {
|
||||
text: "רכישה",
|
||||
href: "https://clients.wing.co.il/index.php?rp=/store/wing/khbylt-nshr",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-line-filled-color-icon-pack-like-management-database-hosting-web-security_1142-18625.jpg?_wi=3",
|
||||
},
|
||||
text: "רכישה", href: "https://clients.wing.co.il/index.php?rp=/store/wing/khbylt-nshr"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-web-hosting-line-filled-color-icon-pack-like-management-database-hosting-web-security_1142-18625.jpg"},
|
||||
{
|
||||
id: "lite",
|
||||
title: "LiteSpeed Hosting",
|
||||
price: "₪49.99",
|
||||
period: "/חודש",
|
||||
features: [
|
||||
"טכנולוגיית LiteSpeed",
|
||||
"מהירות מטורפת",
|
||||
"אופטימיזציה מקסימלית",
|
||||
],
|
||||
id: "lite", title: "LiteSpeed Hosting", price: "₪49.99", period: "/חודש", features: [
|
||||
"טכנולוגיית LiteSpeed", "מהירות מטורפת", "אופטימיזציה מקסימלית"],
|
||||
button: {
|
||||
text: "רכישה",
|
||||
href: "https://clients.wing.co.il/index.php?rp=/store/aykhsvn-byshral/aykhsvn-nshr",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/website-hosting-with-man-holding-tablet_23-2149406767.jpg?_wi=2",
|
||||
},
|
||||
text: "רכישה", href: "https://clients.wing.co.il/index.php?rp=/store/aykhsvn-byshral/aykhsvn-nshr"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/website-hosting-with-man-holding-tablet_23-2149406767.jpg"},
|
||||
]}
|
||||
title="חבילות אחסון"
|
||||
description="בחרו את החבילה המתאימה ביותר לצרכים שלכם"
|
||||
@@ -223,20 +149,11 @@ export default function LandingPage() {
|
||||
tag="המספרים שלנו"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "UpTime התחייבות",
|
||||
},
|
||||
id: "m1", value: "99.9%", description: "UpTime התחייבות"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "תמיכה טכנית",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "תמיכה טכנית"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "SSD",
|
||||
description: "שרתים מהירים",
|
||||
},
|
||||
id: "m3", value: "SSD", description: "שרתים מהירים"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -249,24 +166,16 @@ export default function LandingPage() {
|
||||
description="אנחנו כאן כדי לעזור לכם בכל שאלה."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "שם מלא",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "שם מלא", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "אימייל",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "אימייל", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "איך נוכל לעזור?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "איך נוכל לעזור?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/upset-data-center-worker-packing-desk-after-being-replaced-by-ai_482257-127245.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,29 +183,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "אחסון אתרים",
|
||||
items: [
|
||||
title: "אחסון אתרים", items: [
|
||||
{
|
||||
label: "אחסון בסיסי",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "אחסון בסיסי", href: "#pricing"},
|
||||
{
|
||||
label: "אחסון מקצועי",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "אחסון מקצועי", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "תמיכה",
|
||||
items: [
|
||||
title: "תמיכה", items: [
|
||||
{
|
||||
label: "צרו קשר",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "צרו קשר", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user