diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75fdcea..b4208d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,10 @@ import type { Metadata } from "next"; -import { Heebo } from "next/font/google"; +import "./styles/variables.css"; import "./globals.css"; -const heebo = Heebo({ subsets: ["hebrew", "latin"] }); - export const metadata: Metadata = { - title: "אתר פלוס - בנייה מקצועית של אתרים לעסקים", description: "אתרים מודרניים לעסקים קטנים ובינוניים. בנייה מהירה, עיצוב יפה, ותוצאות שמביאות לקוחות חדשים."}; + title: "אתר פלוס - בניית אתרים מקצועיים לעסקים", description: "אתרים מודרניים שמביאים לקוחות לעסקים שלכם. שירותי בניית אתרים, חנויות אונליין ודוגמאות מצליחות." +}; export default function RootLayout({ children, @@ -14,7 +13,9 @@ export default function RootLayout({ }) { return ( -
{children} + + {children} + @@ -85,11 +84,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "בניית אתר", title: "בניית אתר לעסק", subtitle: "אתר מקצועי שמביא לקוחות", description: "אנחנו בונים אתרים מודרניים ומותאמים לנייד שמשפרים את הנראות שלכם באינטרנט ומביאים לקוחות חדשים.", imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo-fading-copy-space-line_23-2124 271378.jpg" + tag: "בניית אתר", title: "בניית אתר לעסק", subtitle: "אתר מקצועי שמביא לקוחות", description: "אנחנו בונים אתרים מודרניים ומותאמים לנייד שמשפרים את הנראות שלכם באינטרנט ומביאים לקוחות חדשים.", imageSrc: "http://img.b2bpic.net/free-vector/technology-landing-page-with-photo-fading-copy-space-line_23-2124271378.jpg" }, { id: 2, - tag: "חנויות", title: "חנויות אונליין", subtitle: "למכור בעצמכם 24/7", description: "חנות אונליין שלמה עם תשלומים מאובטחים, ניהול מלאי, ודו״צים אוטומטיים לעסקים שרוצים למכור בעצמם.", imageSrc: "http://img.b2bpic.net/free-photo/buy-commerce-credit-home-card-delivery_1418-11.jpg" + tag: "חנויות", title: "חנויות אונליין", subtitle: "למכור בעצמכם 24/7", description: "חנות אונליין שלמה עם תשלומים מאובטחים, ניהול מלאי, ודוצים אוטומטיים לעסקים שרוצים למכור בעצמם.", imageSrc: "http://img.b2bpic.net/free-photo/buy-commerce-credit-home-card-delivery_1418-11.jpg" }, { id: 3, @@ -118,7 +117,7 @@ export default function LandingPage() { id: "1", value: "תמיד", title: "מותאם לנייד", description: "כל אתר תוכנן להיראות נהדר בנייד", icon: Smartphone, }, { - id: "2", value: "24", title: "שעות השקה", description: "אתר מקצועי בתוך 24 שעות בלבד", icon: Zap, + id: "2", value: "24", title: "שעות השקה", description: "אתר מקצועי בתוך 24 שעות בלבד", icon: Zap, }, { id: "3", value: "תמיד", title: "תמיכה 24/7", description: "אנחנו כאן בשבילכם כל הזמן", icon: Headphones, @@ -142,7 +141,7 @@ export default function LandingPage() { features={[ { id: "1", title: "מסעדת הנחל", description: "אתר מקצועי למסעדה איטלקית בנתניה. כולל תפריט מלא, הזמנות בטלפון משולבות וגלריה של תמונות", media: { - imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_24 2257-10324 .jpg" + imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_242257-10324.jpg" }, items: [ { icon: Check, text: "עלייה של 250% בהזמנות" }, @@ -153,7 +152,7 @@ export default function LandingPage() { }, { id: "2", title: "חנות בגדים דרומי", description: "חנות אונליין קומפלטית עם ניהול מלאי, תשלומים מאובטחים, וישלוח אוטומטי של הודעות למלקוחות", media: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-clothing-store-with-stylish-merchandise-racks-fashionable-brand-design-casual-wear-modern-boutique-empty-fashion-showroom-shopping-centre-with-elegant-merchandise_24 2257-65537.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/interior-clothing-store-with-stylish-merchandise-racks-fashionable-brand-design-casual-wear-modern-boutique-empty-fashion-showroom-shopping-centre-with-elegant-merchandise_242257-65537.jpg" }, items: [ { icon: Check, text: "600+ מוצרים בחנות" }, @@ -180,29 +179,29 @@ export default function LandingPage() {