From 9e1227b5bee6270bb029b478ec5b6235e39373a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 09:59:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdf0e69..d794332 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "قهوتنا", id: "#coffee-experience"}, { - name: "حلويات", id: "#desserts"}, + name: "حلويات", id: "#products"}, { name: "معرض الصور", id: "#gallery"}, { @@ -117,7 +117,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg", imageAlt: "صورة يوسف العلي"}, { id: "5", name: "فاطمة أحمد", handle: "@FatimaAhmed", testimonial: "مكان مثالي لتصوير القهوة والحلويات، كل زاوية فيه تحفة فنية. تجربة كاملة من الألف إلى الياء.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg", imageAlt: "صورة فاطمة أحمد"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg", alt: "صورة فاطمة أحمد"}, ]} showRating={true} title="آراء العملاء" @@ -219,16 +219,29 @@ export default function LandingPage() {
-