Update src/app/page.tsx

This commit is contained in:
2026-03-04 07:38:57 +00:00
parent d4c7316929
commit 45d025e653

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia/HeroSplitDualMedia';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -40,16 +40,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
heading="Start your day with intention"
title="Start your day with intention"
description="A beautiful iOS app designed to help you pray every morning."
background={{ variant: "plain" }}
tag="Prayer App"
buttons={[
{ text: "Get Started", href: "https://apps.apple.com" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/hands-folded-prayer-holy-bible-church-concept-faith_169016-60197.jpg"
imageAlt="Morning prayer"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQacqHTX7mKtM5EQru9KViuK5g/uploaded-1772608413814-0lx5yrrw.png"
videoAriaLabel="Prayer app interface"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hands-folded-prayer-holy-bible-church-concept-faith_169016-60197.jpg", imageAlt: "Morning prayer"
},
{
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQacqHTX7mKtM5EQru9KViuK5g/uploaded-1772608413814-0lx5yrrw.png", videoAriaLabel: "Prayer app interface"
}
]}
rating={5}
ratingText="Trusted by 50K+ users"
/>
</div>