Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-07 10:21:24 +00:00
2 changed files with 11 additions and 74 deletions

View File

@@ -2,10 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Linkedin, Phone, Mail, Facebook, Instagram } from 'lucide-react';
import { Facebook, Instagram, Linkedin } from 'lucide-react';
export default function AboutPage() {
const navItems = [
@@ -33,69 +31,6 @@ export default function AboutPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
members={[
{
id: "gil", name: "גיל", role: "אדריכל ומעצב פנים ראשי", description: "גיל נולד בארגנטינה ועלה ארצה בשנת 73'. למד באקדמיית 'בצלאל'. משנת 1986 מפעיל את סטודיו GGDESIGN בקרית טבעון. ניסיונו כולל למעלה מ-32 שנות פעילות בשטח, תוך דגש על יחס אישי, יצירתיות ומקצועיות בכל פרויקט.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", imageAlt: "דיוקן של גיל", socialLinks: [
{
icon: Linkedin,
url: "#"
},
{
icon: Phone,
url: "tel:0543041561"
},
{
icon: Mail,
url: "mailto:gil.ggdesign@gmail.com"
}
]
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
title="הכירו את גיל"
description="גיל, מייסד GGDESIGN, מביא עמו ניסיון עשיר וידע מעמיק בתחום האדריכלות והעיצוב. בוגר 'בצלאל' ופועל מאז 1986 מתוך שליחות ואהבה למקצוע."
textboxLayout="default"
useInvertedBackground={false}
tag="המייסד שלנו"
tagAnimation="reveal-blur"
buttonAnimation="expand-hover"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
faqs={[
{
id: "faq1", title: "אילו שירותים אתם מציעים?", content: "אנו מציעים מגוון שירותים מלא, כולל עיצוב פנים, אדריכלות, עיצוב סביבתי, הנדסה ובנייה עד מפתח. אנו מתמחים בבנייה חדשה, הרחבות ושיפוצים."
},
{
id: "faq2", title: "האם אתם מטפלים בהיתרי בנייה?", content: "כן, הצוות שלי ואני מתמחים בכל הקשור בהפקת בקשות להיתרי בנייה והשגת אישורים מהמוסדות הרלוונטיים, כך שאתם יכולים להיות רגועים."
},
{
id: "faq3", title: "מהו היתרון בעבודה עם סטודיו GGDESIGN?", content: "היתרון המרכזי הוא הניסיון העשיר של למעלה מ-32 שנים, היחס האישי והאנושי, והיכולת לרכז את כל השירותים תחת קורת גג אחת, מה שמבטיח תהליך חלק ויעיל."
},
{
id: "faq4", title: "האם ניתן לראות פרויקטים קודמים?", content: "בהחלט! אתם מוזמנים לעיין בגלריה שלנו כדי להתרשם ממגוון הפרויקטים שהשלמנו ולהבין את סגנון העבודה והיצירתיות שלנו."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg"
imageAlt="אדם בוחן תוכניות אדריכליות"
mediaAnimation="reveal-blur"
mediaPosition="right"
title="שאלות נפוצות"
description="מצאו תשובות לשאלות הנפוצות ביותר אודות תהליך העבודה, השירותים שלנו והיתרי הבנייה."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="מידע שימושי"
tagAnimation="reveal-blur"
buttonAnimation="expand-hover"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="GGDESIGN"

View File

@@ -92,6 +92,8 @@ export default function HomePage() {
mediaAnimation="reveal-blur"
imagePosition="right"
fixedMediaHeight={true}
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -103,8 +105,8 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248036.jpg"
imageAlt="שרטוט אדריכלי על שולחן"
useInvertedBackground={false}
tagAnimation="reveal-blur"
buttonAnimation="expand-hover"
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -126,8 +128,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
tag="מה אנחנו עושים"
tagAnimation="reveal-blur"
buttonAnimation="expand-hover"
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -154,8 +156,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
tag="ניסיון ומומחיות"
tagAnimation="reveal-blur"
buttonAnimation="expand-hover"
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>
@@ -171,8 +173,8 @@ export default function HomePage() {
speed={40}
showCard={true}
tag="מוניטין ואמון"
tagAnimation="reveal-blur"
buttonAnimation="expand-hover"
tagAnimation="blur-reveal"
buttonAnimation="blur-reveal"
/>
</div>