Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-04 16:00:08 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="بيت الصفوة"
/>
@@ -56,65 +48,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="بيت الصفوة - Freshness Daily"
description="Your local partner for fresh, quality groceries at the best prices. Bringing nature's best from our aisles to your kitchen."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/girl-red-holding-hot-chili-peppers-fruits-store_627829-9467.jpg",
alt: "Happy customer grocery shopping smiling",
},
src: "http://img.b2bpic.net/free-photo/girl-red-holding-hot-chili-peppers-fruits-store_627829-9467.jpg", alt: "Happy customer grocery shopping smiling"},
{
src: "http://img.b2bpic.net/free-photo/girl-red-holding-two-peppers-fruits-store_627829-9475.jpg",
alt: "Young woman grocery shopping smile",
},
src: "http://img.b2bpic.net/free-photo/girl-red-holding-two-peppers-fruits-store_627829-9475.jpg", alt: "Young woman grocery shopping smile"},
{
src: "http://img.b2bpic.net/free-photo/happy-family-choosing-groceries_171337-2389.jpg",
alt: "Smiling father grocery shopping family",
},
src: "http://img.b2bpic.net/free-photo/happy-family-choosing-groceries_171337-2389.jpg", alt: "Smiling father grocery shopping family"},
{
src: "http://img.b2bpic.net/free-photo/elderly-woman-supermarket_273609-15869.jpg",
alt: "Mature happy customer supermarket portrait",
},
src: "http://img.b2bpic.net/free-photo/elderly-woman-supermarket_273609-15869.jpg", alt: "Mature happy customer supermarket portrait"},
{
src: "http://img.b2bpic.net/free-photo/cute-little-girl-supermarket_1157-21969.jpg",
alt: "Cute little girl in a supermarket",
},
src: "http://img.b2bpic.net/free-photo/cute-little-girl-supermarket_1157-21969.jpg", alt: "Cute little girl in a supermarket"},
]}
avatarText="Trusted by over 5000+ local families"
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text",
text: "Fresh Produce",
},
type: "text", text: "Fresh Produce"},
{
type: "text",
text: "Daily Delivery",
},
type: "text", text: "Daily Delivery"},
{
type: "text",
text: "Organic Selection",
},
type: "text", text: "Organic Selection"},
{
type: "text",
text: "Local Dairy",
},
type: "text", text: "Local Dairy"},
{
type: "text",
text: "Best Prices",
},
type: "text", text: "Best Prices"},
]}
/>
</div>
@@ -126,19 +93,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
label: "Fresh Daily",
value: "100%",
},
label: "Fresh Daily", value: "100%"},
{
icon: Award,
label: "Quality Items",
value: "5k+",
},
label: "Quality Items", value: "5k+"},
{
icon: Smile,
label: "Happy Clients",
value: "10k+",
},
label: "Happy Clients", value: "10k+"},
]}
metricsAnimation="slide-up"
/>
@@ -150,43 +111,23 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[
{ text: "Order Now", href: "#contact" }
]}
buttonAnimation="slide-up"
products={[
{
id: "1",
name: "Fresh Gala Apples",
price: "5.99 SAR",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-fresh-autumnal-vegetables-fruits_23-2148647921.jpg",
},
id: "1", name: "Fresh Gala Apples", price: "5.99 SAR", imageSrc: "http://img.b2bpic.net/free-photo/close-up-assortment-fresh-autumnal-vegetables-fruits_23-2148647921.jpg"},
{
id: "2",
name: "Organic Green Lettuce",
price: "4.50 SAR",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad_1388-683.jpg",
},
id: "2", name: "Organic Green Lettuce", price: "4.50 SAR", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad_1388-683.jpg"},
{
id: "3",
name: "Premium Yellow Bananas",
price: "3.99 SAR",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-image-banana_23-2150683042.jpg",
},
id: "3", name: "Premium Yellow Bananas", price: "3.99 SAR", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-image-banana_23-2150683042.jpg"},
{
id: "4",
name: "Farm Fresh Tomatoes",
price: "6.50 SAR",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-tray-with-tomatoes-herbs-cucumber_114579-4528.jpg",
},
id: "4", name: "Farm Fresh Tomatoes", price: "6.50 SAR", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-tray-with-tomatoes-herbs-cucumber_114579-4528.jpg"},
{
id: "5",
name: "Whole Milk Dairy",
price: "8.00 SAR",
imageSrc: "http://img.b2bpic.net/free-photo/variety-jars-filled-with-fresh-milk_23-2148239864.jpg",
},
id: "5", name: "Whole Milk Dairy", price: "8.00 SAR", imageSrc: "http://img.b2bpic.net/free-photo/variety-jars-filled-with-fresh-milk_23-2148239864.jpg"},
{
id: "6",
name: "Artisan Bakery Bread",
price: "4.00 SAR",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379533.jpg",
},
id: "6", name: "Artisan Bakery Bread", price: "4.00 SAR", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379533.jpg"},
]}
title="Our Daily Fresh Selection"
description="Explore our wide range of farm-fresh produce and daily household essentials."
@@ -199,23 +140,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Farm Fresh",
description: "Sourced directly from local farms every morning.",
imageSrc: "http://img.b2bpic.net/free-vector/natural-fresh-food-badge-vector_53876-61867.jpg",
imageAlt: "Fresh produce icon concept",
},
title: "Farm Fresh", description: "Sourced directly from local farms every morning.", imageSrc: "http://img.b2bpic.net/free-vector/natural-fresh-food-badge-vector_53876-61867.jpg", imageAlt: "Fresh produce icon concept"},
{
title: "Fast Delivery",
description: "Get your orders delivered to your doorstep quickly.",
imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-with-gift-box-icon-promotion-discount-sale-reward-checkout-ecommerce-online-shopping-3d-illustration_56104-2102.jpg",
imageAlt: "Fresh produce icon concept",
},
title: "Fast Delivery", description: "Get your orders delivered to your doorstep quickly.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-with-gift-box-icon-promotion-discount-sale-reward-checkout-ecommerce-online-shopping-3d-illustration_56104-2102.jpg", imageAlt: "Fresh produce icon concept"},
{
title: "Daily Discounts",
description: "Special offers and discounts available every single day.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-supermarket-template_23-2149340220.jpg",
imageAlt: "Fresh produce icon concept",
},
title: "Daily Discounts", description: "Special offers and discounts available every single day.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-supermarket-template_23-2149340220.jpg", imageAlt: "Fresh produce icon concept"},
]}
title="Why Choose Bait Al Safwa?"
description="We prioritize your health and convenience above everything else."
@@ -227,14 +156,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Al Safwa Growers",
"Green Valley Farms",
"Dairy Fresh Co",
"Bakery Heritage",
"Organic Fields",
"Market Prime",
"Global Foods",
]}
"Al Safwa Growers", "Green Valley Farms", "Dairy Fresh Co", "Bakery Heritage", "Organic Fields", "Market Prime", "Global Foods"]}
title="Our Trusted Partners"
description="We partner with the best in the industry to ensure quality."
/>
@@ -247,40 +169,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Ahmed",
role: "Homemaker",
testimonial: "The vegetables are always fresh and delivered on time.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-grocery-store_1303-17234.jpg",
},
id: "1", name: "Sarah Ahmed", role: "Homemaker", testimonial: "The vegetables are always fresh and delivered on time.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-grocery-store_1303-17234.jpg"},
{
id: "2",
name: "Mohammad Ali",
role: "Teacher",
testimonial: "Best place for organic dairy. Truly high quality.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-food-package_23-2148869396.jpg",
},
id: "2", name: "Mohammad Ali", role: "Teacher", testimonial: "Best place for organic dairy. Truly high quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-food-package_23-2148869396.jpg"},
{
id: "3",
name: "Fatima Zahra",
role: "Chef",
testimonial: "Their bakery products are the best in the neighborhood.",
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-shopping-grocery-store_23-2149483183.jpg",
},
id: "3", name: "Fatima Zahra", role: "Chef", testimonial: "Their bakery products are the best in the neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-shopping-grocery-store_23-2149483183.jpg"},
{
id: "4",
name: "Khaled Omar",
role: "Engineer",
testimonial: "Excellent service and very reasonable pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-woman-sitting-vegetables-bag_23-2148332128.jpg",
},
id: "4", name: "Khaled Omar", role: "Engineer", testimonial: "Excellent service and very reasonable pricing.", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-woman-sitting-vegetables-bag_23-2148332128.jpg"},
{
id: "5",
name: "Layla Saeed",
role: "Designer",
testimonial: "Love the variety they offer every single day.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-grocery-store_23-2148216070.jpg",
},
id: "5", name: "Layla Saeed", role: "Designer", testimonial: "Love the variety they offer every single day.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-grocery-store_23-2148216070.jpg"},
]}
title="Loved by Our Community"
description="Hear what our local families say about their shopping experience."
@@ -292,20 +189,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you offer home delivery?",
content: "Yes, we offer fast home delivery for orders above 50 SAR.",
},
id: "1", title: "Do you offer home delivery?", content: "Yes, we offer fast home delivery for orders above 50 SAR."},
{
id: "2",
title: "Are all your products organic?",
content: "We feature a wide selection of organic products along with other fresh choices.",
},
id: "2", title: "Are all your products organic?", content: "We feature a wide selection of organic products along with other fresh choices."},
{
id: "3",
title: "What are your operating hours?",
content: "We are open daily from 8:00 AM until 11:00 PM.",
},
id: "3", title: "What are your operating hours?", content: "We are open daily from 8:00 AM until 11:00 PM."},
]}
sideTitle="Questions? We have answers."
sideDescription="Check out our most frequently asked questions."
@@ -317,8 +205,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in touch"
title="Visit Us Today"
description="We are located at the heart of the city. Stop by for the freshest deals."
@@ -332,42 +219,27 @@ export default function LandingPage() {
logoText="بيت الصفوة"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Produce",
href: "#products",
},
label: "Produce", href: "#products"},
{
label: "Dairy",
href: "#products",
},
label: "Dairy", href: "#products"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}
@@ -376,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}