9 Commits

Author SHA1 Message Date
fc39497f7b Merge version_2 into main
Merge version_2 into main
2026-03-11 15:42:52 +00:00
16249ea65f Update src/app/page.tsx 2026-03-11 15:42:48 +00:00
3223603712 Update src/app/contact/page.tsx 2026-03-11 15:42:47 +00:00
d86a699d1b Merge version_2 into main
Merge version_2 into main
2026-03-11 15:42:26 +00:00
ccad9caf81 Update src/app/page.tsx 2026-03-11 15:42:22 +00:00
6038bf7cf4 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:38:53 +00:00
6a8c74a291 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:38:23 +00:00
987ab991ee Merge version_1 into main
Merge version_1 into main
2026-03-11 15:37:55 +00:00
1fa70eb804 Merge version_1 into main
Merge version_1 into main
2026-03-11 15:36:48 +00:00
2 changed files with 120 additions and 49 deletions

View File

@@ -44,7 +44,7 @@ export default function ContactPage() {
description="Contact us today to place your flower order or learn more about our services. We're available via phone, WhatsApp, and this contact form."
tag="تسليم سريع"
tagIcon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg"
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg?_wi=1"
imageAlt="Beautiful fresh flower bouquet arrangement"
mediaAnimation="blur-reveal"
background={{ variant: "plain" }}
@@ -53,17 +53,17 @@ export default function ContactPage() {
name: "فاطمة أحمد", handle: "عميلة سعيدة", testimonial:
"خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1"},
{
name: "محمد علي", handle: "عميل دائم", testimonial:
"أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg"},
"http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg?_wi=1"},
{
name: "عائشة محمود", handle: "زوجة سعيدة", testimonial:
"استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً شكراً", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg"},
"http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg?_wi=1"},
]}
useInvertedBackground={false}
/>
@@ -104,17 +104,17 @@ export default function ContactPage() {
id: "1", name: "فاطمة أحمد", handle: "@fatima_medina", testimonial:
"خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم. شكراً نارينا!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2"},
{
id: "2", name: "محمد علي", handle: "@mohammad_flowers", testimonial:
"أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً. أنصح به بشدة.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg"},
"http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg?_wi=2"},
{
id: "3", name: "عائشة محمود", handle: "@aisha_medina", testimonial:
"استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً. شكراً نارينا.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg"},
"http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg?_wi=2"},
]}
showRating={true}
title="What Our Customers Say"

View File

@@ -9,15 +9,15 @@ import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwen
import AboutMetric from "@/components/sections/about/AboutMetric";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Star, Truck, Heart, Clock, Flower2, Wand2, Zap } from "lucide-react";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Star, Truck, Heart, Clock, Flower2, Wand2, Zap, Phone, MessageCircle, MapPin, Package } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "الرئيسية", id: "home" },
{ name: "الباقات", id: "bouquets" },
{ name: "المناسبات", id: "occasions" },
{ name: "الباقات", id: "featured-bouquets" },
{ name: "المناسبات", id: "why-choose" },
{ name: "التوصيل", id: "delivery" },
];
@@ -39,7 +39,8 @@ export default function HomePage() {
brandName="نارينا للزهور"
navItems={navItems}
button={{
text: "اطلب الآن", href: "whatsapp://send?phone=966138892123&text=مرحبا، أود طلب باقة زهور"}}
text: "اطلب الآن", href: "whatsapp://send?phone=966138892123&text=مرحبا، أود طلب باقة زهور"
}}
animateOnLoad={true}
/>
</div>
@@ -50,26 +51,31 @@ export default function HomePage() {
description="Fresh flowers for every occasion. Fast ordering and delivery. Get stunning floral arrangements delivered to your doorstep in Medina."
tag="تسليم سريع"
tagIcon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg"
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg?_wi=2"
imageAlt="Beautiful fresh flower bouquet arrangement"
mediaAnimation="blur-reveal"
background={{ variant: "plain" }}
buttons={[
{
text: "Order Now on WhatsApp", href: "whatsapp://send?phone=966138892123&text=مرحبا، أود طلب باقة زهور"},
text: "Order Now on WhatsApp", href: "whatsapp://send?phone=966138892123&text=مرحبا، أود طلب باقة زهور"
},
{
text: "Browse Bouquets", href: "/bouquets"},
text: "Browse Bouquets", href: "featured-bouquets"
}
]}
testimonials={[
{
name: "فاطمة أحمد", handle: "عميلة سعيدة", testimonial: "خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "happy customer smiling woman flower shop"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=3", imageAlt: "happy customer smiling woman flower shop"
},
{
name: "محمد علي", handle: "عميل دائم", testimonial: "أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg", imageAlt: "happy man customer portrait smiling face"},
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg?_wi=3", imageAlt: "happy man customer portrait smiling face"
},
{
name: "عائشة محمود", handle: "زوجة سعيدة", testimonial: "استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً شكراً", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg", imageAlt: "happy woman customer portrait satisfied expression"},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg?_wi=3", imageAlt: "happy woman customer portrait satisfied expression"
}
]}
useInvertedBackground={false}
/>
@@ -81,13 +87,17 @@ export default function HomePage() {
description="Handcrafted bouquets perfect for every occasion. Premium fresh flowers arranged by our expert florists."
products={[
{
id: "1", name: "Romantic Red Roses", price: "180 ريال", imageSrc: "http://img.b2bpic.net/free-photo/composition-valentine-s-day-with-bouquet-red-drink-cup_169016-26067.jpg", imageAlt: "Romantic red roses bouquet"},
id: "1", name: "Romantic Red Roses", price: "180 ريال", imageSrc: "http://img.b2bpic.net/free-photo/composition-valentine-s-day-with-bouquet-red-drink-cup_169016-26067.jpg?_wi=1", imageAlt: "Romantic red roses bouquet"
},
{
id: "2", name: "Luxury Pink Bouquet", price: "200 ريال", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-valentine-s-day-concept-with-copy-space_23-2148752582.jpg", imageAlt: "Luxury pink flowers bouquet"},
id: "2", name: "Luxury Pink Bouquet", price: "200 ريال", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-valentine-s-day-concept-with-copy-space_23-2148752582.jpg?_wi=1", imageAlt: "Luxury pink flowers bouquet"
},
{
id: "3", name: "White Elegance Flowers", price: "190 ريال", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spring-flowers_23-2151919562.jpg", imageAlt: "White elegance flower arrangement"},
id: "3", name: "White Elegance Flowers", price: "190 ريال", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spring-flowers_23-2151919562.jpg?_wi=1", imageAlt: "White elegance flower arrangement"
},
{
id: "4", name: "Mixed Celebration Bouquet", price: "170 ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-cute-roses_23-2148388002.jpg", imageAlt: "Mixed celebration flowers"},
id: "4", name: "Mixed Celebration Bouquet", price: "170 ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-cute-roses_23-2148388002.jpg?_wi=1", imageAlt: "Mixed celebration flowers"
}
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -105,29 +115,35 @@ export default function HomePage() {
title: "Fresh Flowers Daily", description: "All our flowers are sourced fresh daily from the finest suppliers to ensure maximum freshness and beauty.", icon: Flower2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-valentine-s-day-with-bouquet-red-drink-cup_169016-26067.jpg", imageAlt: "Fresh roses arrangement"},
imageSrc: "http://img.b2bpic.net/free-photo/composition-valentine-s-day-with-bouquet-red-drink-cup_169016-26067.jpg?_wi=2", imageAlt: "Fresh roses arrangement"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-valentine-s-day-concept-with-copy-space_23-2148752582.jpg", imageAlt: "Fresh pink flowers"},
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-valentine-s-day-concept-with-copy-space_23-2148752582.jpg?_wi=2", imageAlt: "Fresh pink flowers"
}
]
},
{
title: "Handcrafted Bouquets", description: "Each arrangement is carefully designed by our expert florists with attention to detail and artistic vision.", icon: Wand2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spring-flowers_23-2151919562.jpg", imageAlt: "Handcrafted white arrangement"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spring-flowers_23-2151919562.jpg?_wi=2", imageAlt: "Handcrafted white arrangement"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-cute-roses_23-2148388002.jpg", imageAlt: "Mixed flower arrangement"},
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-cute-roses_23-2148388002.jpg?_wi=2", imageAlt: "Mixed flower arrangement"
}
]
},
{
title: "Fast & Reliable Delivery", description: "We guarantee same-day delivery throughout Medina with professional handling to ensure flowers arrive pristine.", icon: Truck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-valentine-s-day-with-bouquet-red-drink-cup_169016-26067.jpg", imageAlt: "Delivery ready bouquet"},
imageSrc: "http://img.b2bpic.net/free-photo/composition-valentine-s-day-with-bouquet-red-drink-cup_169016-26067.jpg?_wi=3", imageAlt: "Delivery ready bouquet"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-valentine-s-day-concept-with-copy-space_23-2148752582.jpg", imageAlt: "Premium delivery service"},
],
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-valentine-s-day-concept-with-copy-space_23-2148752582.jpg?_wi=3", imageAlt: "Premium delivery service"
}
]
}
]}
animationType="slide-up"
textboxLayout="default"
@@ -141,16 +157,20 @@ export default function HomePage() {
metrics={[
{
icon: Star,
label: "Customer Rating", value: "4.8/5"},
label: "Customer Rating", value: "4.8/5"
},
{
icon: Truck,
label: "Fast Delivery", value: "Same Day"},
label: "Fast Delivery", value: "Same Day"
},
{
icon: Heart,
label: "Happy Customers", value: "5,000+"},
label: "Happy Customers", value: "5,000+"
},
{
icon: Clock,
label: "Service Hours", value: "Until 11 PM"},
label: "Service Hours", value: "Until 11 PM"
}
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -164,22 +184,28 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "فاطمة أحمد", handle: "@fatima_medina", testimonial: "خدمة ممتازة وزهور طازجة جداً! التوصيل سريع جداً وصلت الباقة في نفس اليوم. شكراً نارينا!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "testimonial-1"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=4", imageAlt: "testimonial-1"
},
{
id: "2", name: "محمد علي", handle: "@mohammad_flowers", testimonial: "أفضل متجر زهور في المدينة. الموظفون احترافيون والجودة عالية جداً. أنصح به بشدة.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg", imageAlt: "testimonial-2"},
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-cheerful-european-male-clenches-fists-with-triumph-celebrates-his-success-work-had-friendly-smile-dressed-white-shirt-poses-indoor-successful-businessman-gestures-indoor_176532-6514.jpg?_wi=4", imageAlt: "testimonial-2"
},
{
id: "3", name: "عائشة محمود", handle: "@aisha_medina", testimonial: "استخدمت WhatsApp وكان سهل جداً. الزهور وصلت طازجة وجميلة جداً. شكراً نارينا.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg", imageAlt: "testimonial-3"},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-knitted-sweater-pink-wall_343596-5789.jpg?_wi=4", imageAlt: "testimonial-3"
},
{
id: "4", name: "سارة إبراهيم", handle: "@sarah_events", testimonial: "استخدمتهم لحفل زفافي وكانوا مذهلين! الترتيبات جميلة جداً والفريق احترافي جداً.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "testimonial-4"},
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "testimonial-4"
},
{
id: "5", name: "خالد السعيد", handle: "@khalid_medina", testimonial: "أفضل خيار للهدايا. توصيل سريع وجودة عالية. أنصح الجميع بالطلب منهم.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-woman-posing-with-stylish-glasses_114579-55292.jpg", imageAlt: "testimonial-5"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-woman-posing-with-stylish-glasses_114579-55292.jpg", imageAlt: "testimonial-5"
},
{
id: "6", name: "ليلى محمد", handle: "@leila_flowers", testimonial: "خدمة توصيل رائعة وزهور طازجة. أطلب منهم كل مناسبة. شكراً على الاحترافية.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teen-with-big-smile-showing-positive-gesture_1149-940.jpg", imageAlt: "testimonial-6"},
imageSrc: "http://img.b2bpic.net/free-photo/teen-with-big-smile-showing-positive-gesture_1149-940.jpg", imageAlt: "testimonial-6"
}
]}
showRating={true}
animationType="slide-up"
@@ -193,7 +219,8 @@ export default function HomePage() {
title="Trusted by Leading Organizations"
description="Partnering with premium venues and services across Medina"
names={[
"مستشفى المواساة", "فندق أجياد المدينة", "قاعة أفراح الحرم", "مركز الأحداث الراقي", "عيادات الحرم الطبية", "مطاعم الحرم الشرقي", "قصور الأفراح الملكية", "صالون الزفاف الأنيق"]}
"مستشفى المواساة", "فندق أجياد المدينة", "قاعة أفراح الحرم", "مركز الأحداث الراقي", "عيادات الحرم الطبية", "مطاعم الحرم الشرقي", "قصور الأفراح الملكية", "صالون الزفاف الأنيق"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -201,13 +228,57 @@ export default function HomePage() {
/>
</div>
<div id="delivery" data-section="delivery">
<ContactSplit
tag="Delivery & Orders"
title="Fast Delivery & Easy Ordering"
description="Order your favorite bouquets via WhatsApp or phone. We deliver same-day throughout Medina with premium packaging."
tagIcon={Package}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17423.jpg?_wi=3"
imageAlt="Order flowers for delivery"
mediaAnimation="blur-reveal"
mediaPosition="right"
inputPlaceholder="Enter your phone number"
buttonText="Order Now"
termsText="Our drivers deliver with care. All flowers are freshly arranged before delivery."
onSubmit={(email) => {
window.open(`whatsapp://send?phone=966138892123&text=مرحبا، رقمي ${email}`, "_blank");
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterLogoEmphasis
logoText="نارينا للزهور"
leftLink={{
text: "Privacy Policy", href: "#privacy"}}
rightLink={{
text: "Terms of Service", href: "#terms"}}
columns={[
{
items: [
{ label: "Call Us", href: "tel:+966138892123" },
{ label: "WhatsApp", href: "whatsapp://send?phone=966138892123" },
{ label: "Order Now", href: "whatsapp://send?phone=966138892123" },
{ label: "Delivery Info", href: "delivery" }
]
},
{
items: [
{ label: "About Us", href: "why-choose" },
{ label: "Bouquets", href: "featured-bouquets" },
{ label: "Reviews", href: "testimonials" },
{ label: "Partner Venues", href: "social-proof" }
]
},
{
items: [
{ label: "Phone: +966 13 889 2123", href: "tel:+966138892123" },
{ label: "Same-Day Delivery", href: "delivery" },
{ label: "Premium Quality", href: "why-choose" },
{ label: "Customer Support", href: "whatsapp://send?phone=966138892123" }
]
}
]}
/>
</div>
</ThemeProvider>