diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75fdcea..fd29468 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,8 @@ import type { Metadata } from "next"; -import { Heebo } from "next/font/google"; import "./globals.css"; -const heebo = Heebo({ subsets: ["hebrew", "latin"] }); - export const metadata: Metadata = { - title: "אתר פלוס - בנייה מקצועית של אתרים לעסקים", description: "אתרים מודרניים לעסקים קטנים ובינוניים. בנייה מהירה, עיצוב יפה, ותוצאות שמביאות לקוחות חדשים."}; + title: "אתר פלוס - בנייה מודרנית של אתרים לעסקים", description: "אתרים מקצועיים לעסקים קטנים ובינוניים. מהר, יפה ומביא לקוחות."}; export default function RootLayout({ children, @@ -14,7 +11,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children} @@ -89,7 +89,7 @@ export default function LandingPage() { }, { 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 +118,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, @@ -235,4 +235,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}