Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc2ca87bf3 | |||
| 1095cac74a |
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -43,18 +43,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="مونة البيت"
|
||||
<HeroBillboardCarousel
|
||||
title="مونة البيت"
|
||||
description="تطبيقك الذكي لإدارة مخزون المنزل والمقاضي. وفر جهدك ووقتك، وودع هدر الطعام بذكاء."
|
||||
buttons={[{ text: "ابدأ الآن", href: "#" }]}
|
||||
slides={[
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/arabic-food-concept-with-spices-copy-space_23-2148782974.jpg", imageAlt: "ضيافة عربية أصيلة" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/view-traditional-arab-food-table_23-2149176435.jpg", imageAlt: "مائدة سعودية تقليدية" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/delicious-traditional-food-table_23-2149176465.jpg", imageAlt: "أطباق شعبية منزلية" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/flat-lay-arabic-food-concept_23-2148782987.jpg", imageAlt: "إدارة مخزون الطعام" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/muslim-woman-preparing-food-kitchen_23-2148674936.jpg", imageAlt: "تنظيم المقاضي" },
|
||||
{ imageSrc: "https://img.freepik.com/free-photo/happy-arab-family-enjoying-meal-together_23-2149176451.jpg", imageAlt: "حياة أسرية منظمة" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user