Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function CollectionsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,28 +46,13 @@ export default function CollectionsPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luke 1:37 Scripture Tee",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg?_wi=2",
|
||||
imageAlt: "Luke 1:37 t-shirt with scripture design",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Luke 1:37 Scripture Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg", imageAlt: "Luke 1:37 t-shirt with scripture design", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nothing is Impossible Hoodie",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg?_wi=2",
|
||||
imageAlt: "Neutral hoodie with faith message",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Nothing is Impossible Hoodie", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg", imageAlt: "Neutral hoodie with faith message", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Miracle Crafted Collection Bundle",
|
||||
price: "$99.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg?_wi=2",
|
||||
imageAlt: "Complete faith collection bundle",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Miracle Crafted Collection Bundle", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg", imageAlt: "Complete faith collection bundle", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -83,35 +68,14 @@ export default function CollectionsPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "A Turning Point in My Faith",
|
||||
quote:
|
||||
"Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Community Leader",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
id: "1", title: "A Turning Point in My Faith", quote:
|
||||
"Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God.", name: "Sarah Johnson", role: "Community Leader", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quality and Purpose Combined",
|
||||
quote:
|
||||
"Not only are the pieces beautifully designed, but knowing the story behind them makes wearing them even more meaningful. It's a constant reminder of faith.",
|
||||
name: "Marcus Chen",
|
||||
role: "Repeat Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Marcus Chen testimonial",
|
||||
},
|
||||
id: "2", title: "Quality and Purpose Combined", quote:
|
||||
"Not only are the pieces beautifully designed, but knowing the story behind them makes wearing them even more meaningful. It's a constant reminder of faith.", name: "Marcus Chen", role: "Repeat Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Perfect Gift for the Faithful",
|
||||
quote:
|
||||
"I've bought several pieces as gifts for friends and family. Everyone loves them because they combine style with deep spiritual meaning.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Emily Rodriguez testimonial",
|
||||
},
|
||||
id: "3", title: "Perfect Gift for the Faithful", quote:
|
||||
"I've bought several pieces as gifts for friends and family. Everyone loves them because they combine style with deep spiritual meaning.", name: "Emily Rodriguez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez testimonial"},
|
||||
]}
|
||||
title="Customer Love for Our Collections"
|
||||
description="See what our customers have to say about their Miracle Crafted pieces."
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -52,35 +52,14 @@ export default function ContactPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quick Response, Genuine Care",
|
||||
quote:
|
||||
"I reached out with a question and received a thoughtful response within hours. The Miracle Crafted team truly cares about their community.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Community Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
id: "1", title: "Quick Response, Genuine Care", quote:
|
||||
"I reached out with a question and received a thoughtful response within hours. The Miracle Crafted team truly cares about their community.", name: "Sarah Johnson", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Supportive and Welcoming",
|
||||
quote:
|
||||
"When I shared my struggles, the team didn't just respond—they provided resources and connected me with others in our faith community. That's true ministry.",
|
||||
name: "Marcus Chen",
|
||||
role: "Program Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10",
|
||||
imageAlt: "Marcus Chen testimonial",
|
||||
},
|
||||
id: "2", title: "Supportive and Welcoming", quote:
|
||||
"When I shared my struggles, the team didn't just respond—they provided resources and connected me with others in our faith community. That's true ministry.", name: "Marcus Chen", role: "Program Member", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Always Available to Help",
|
||||
quote:
|
||||
"The Miracle Crafted team goes above and beyond to help with any questions. Their passion for their mission is evident in every interaction.",
|
||||
name: "David Williams",
|
||||
role: "Long-Term Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=3",
|
||||
imageAlt: "David Williams testimonial",
|
||||
},
|
||||
id: "3", title: "Always Available to Help", quote:
|
||||
"The Miracle Crafted team goes above and beyond to help with any questions. Their passion for their mission is evident in every interaction.", name: "David Williams", role: "Long-Term Customer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Williams testimonial"},
|
||||
]}
|
||||
title="Connect With Our Community"
|
||||
description="Our team is here to support your faith journey. Reach out anytime."
|
||||
|
||||
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-archivo", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Miracle Crafted | Faith-Inspired Apparel & Programs",
|
||||
description: "Discover faith-inspired clothing and spiritual programs founded on the miracle of Luke 1:37. Shop meaningful apparel and join our community.",
|
||||
keywords: "faith apparel, Christian clothing, scripture designs, spiritual journey, Luke 1:37, miracle story",
|
||||
metadataBase: new URL("https://miraclecrafted.com"),
|
||||
title: "Miracle Crafted | Faith-Inspired Apparel & Programs", description: "Discover faith-inspired clothing and spiritual programs founded on the miracle of Luke 1:37. Shop meaningful apparel and join our community.", keywords: "faith apparel, Christian clothing, scripture designs, spiritual journey, Luke 1:37, miracle story", metadataBase: new URL("https://miraclecrafted.com"),
|
||||
alternates: {
|
||||
canonical: "https://miraclecrafted.com",
|
||||
},
|
||||
canonical: "https://miraclecrafted.com"},
|
||||
openGraph: {
|
||||
title: "Miracle Crafted - Nothing is Impossible with God",
|
||||
description: "Faith-inspired apparel and programs born from a miracle. Luke 1:37: For with God nothing shall be impossible.",
|
||||
siteName: "Miracle Crafted",
|
||||
url: "https://miraclecrafted.com",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Miracle Crafted - Nothing is Impossible with God", description: "Faith-inspired apparel and programs born from a miracle. Luke 1:37: For with God nothing shall be impossible.", siteName: "Miracle Crafted", url: "https://miraclecrafted.com", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/gradient-color-hand-peace-sign-background_23-2148009237.jpg",
|
||||
alt: "Miracle Crafted - Faith-inspired apparel",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-vector/gradient-color-hand-peace-sign-background_23-2148009237.jpg", alt: "Miracle Crafted - Faith-inspired apparel"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Miracle Crafted | Faith-Inspired Apparel",
|
||||
description: "Shop meaningful clothing and join our faith community. Luke 1:37.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-vector/gradient-color-hand-peace-sign-background_23-2148009237.jpg",
|
||||
],
|
||||
card: "summary_large_image", title: "Miracle Crafted | Faith-Inspired Apparel", description: "Shop meaningful clothing and join our faith community. Luke 1:37.", images: [
|
||||
"http://img.b2bpic.net/free-vector/gradient-color-hand-peace-sign-background_23-2148009237.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function MyStoryPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -45,7 +45,7 @@ export default function MyStoryPage() {
|
||||
description="It was supposed to be the end. In a devastating car accident, I faced death—but God had other plans."
|
||||
subdescription="Luke 1:37 became my lifeline: 'For with God nothing shall be impossible.' Through recovery, I discovered my purpose."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg"
|
||||
imageAlt="Journey of faith and recovery"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -60,7 +60,7 @@ export default function MyStoryPage() {
|
||||
description="The months after my accident were transformative. What began as physical recovery became a spiritual renaissance."
|
||||
subdescription="Every scar became a reminder of God's faithfulness. Every prayer deepened my connection to His purpose for my life."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg"
|
||||
imageAlt="Faith and spiritual community"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
tag="Luke 1:37"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-color-hand-peace-sign-background_23-2148009237.jpg"
|
||||
imageAlt="Miracle Crafted - Faith-inspired apparel collection"
|
||||
buttons={[
|
||||
@@ -67,7 +67,7 @@ export default function HomePage() {
|
||||
description="It was supposed to be the end. In a devastating car accident, I faced death—but God had other plans."
|
||||
subdescription="Luke 1:37 became my lifeline: 'For with God nothing shall be impossible.'"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-with-long-blond-hair-white-dress-wheat-field-early-morning-sunrise-summer-is-time-dreamers-flying-hair-woman-running-across-field-rays_1321-2303.jpg"
|
||||
imageAlt="Journey of faith and recovery"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -83,28 +83,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luke 1:37 Scripture Tee",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg?_wi=1",
|
||||
imageAlt: "Luke 1:37 t-shirt with scripture design",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Luke 1:37 Scripture Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-vector/motivational-poster_1284-52741.jpg", imageAlt: "Luke 1:37 t-shirt with scripture design", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nothing is Impossible Hoodie",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg?_wi=1",
|
||||
imageAlt: "Neutral hoodie with faith message",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Nothing is Impossible Hoodie", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-bun-dressed-beige-sweater-dark-denim-pants-posing-cafe_197531-16922.jpg", imageAlt: "Neutral hoodie with faith message", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Miracle Crafted Collection Bundle",
|
||||
price: "$99.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg?_wi=1",
|
||||
imageAlt: "Complete faith collection bundle",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Miracle Crafted Collection Bundle", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/t-shirts-shop_23-2147669603.jpg", imageAlt: "Complete faith collection bundle", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -136,45 +121,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "A Turning Point in My Faith",
|
||||
quote:
|
||||
"Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God. It's been transformative.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Community Leader",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
id: "1", title: "A Turning Point in My Faith", quote:
|
||||
"Wearing Miracle Crafted's apparel is like carrying my faith with me. Every day I see the scripture and remember that nothing is impossible with God. It's been transformative.", name: "Sarah Johnson", role: "Community Leader", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Found My Purpose Through Programs",
|
||||
quote:
|
||||
"The discipleship program changed my perspective on faith. I now feel equipped to share my beliefs and help others discover their own spiritual journey.",
|
||||
name: "Marcus Chen",
|
||||
role: "Program Graduate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Marcus Chen testimonial",
|
||||
},
|
||||
id: "2", title: "Found My Purpose Through Programs", quote:
|
||||
"The discipleship program changed my perspective on faith. I now feel equipped to share my beliefs and help others discover their own spiritual journey.", name: "Marcus Chen", role: "Program Graduate", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Inspired by the Authentic Message",
|
||||
quote:
|
||||
"Your story of survival and faith is powerful. It inspired me to face my own challenges with renewed hope. Thank you for sharing your miracle.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez testimonial",
|
||||
},
|
||||
id: "3", title: "Inspired by the Authentic Message", quote:
|
||||
"Your story of survival and faith is powerful. It inspired me to face my own challenges with renewed hope. Thank you for sharing your miracle.", name: "Emily Rodriguez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Community That Truly Cares",
|
||||
quote:
|
||||
"More than just apparel, Miracle Crafted represents a movement of faith. Being part of this community has deepened my walk with God.",
|
||||
name: "David Williams",
|
||||
role: "Community Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1",
|
||||
imageAlt: "David Williams testimonial",
|
||||
},
|
||||
id: "4", title: "Community That Truly Cares", quote:
|
||||
"More than just apparel, Miracle Crafted represents a movement of faith. Being part of this community has deepened my walk with God.", name: "David Williams", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Williams testimonial"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Real stories from people transformed by faith and Miracle Crafted's message."
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function ProgramsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,36 +49,14 @@ export default function ProgramsPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "discipleship",
|
||||
title: "Discipleship Program",
|
||||
price: "$197",
|
||||
period: "/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg?_wi=2",
|
||||
imageAlt: "Discipleship program community",
|
||||
button: { text: "Get Started", href: "/contact" },
|
||||
id: "discipleship", title: "Discipleship Program", price: "$197", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/motivation-event_1098-15766.jpg", imageAlt: "Discipleship program community", button: { text: "Get Started", href: "/contact" },
|
||||
features: [
|
||||
"Weekly discipleship sessions",
|
||||
"Scripture study guides",
|
||||
"Community support network",
|
||||
"Monthly mentorship check-ins",
|
||||
"Access to resource library",
|
||||
],
|
||||
"Weekly discipleship sessions", "Scripture study guides", "Community support network", "Monthly mentorship check-ins", "Access to resource library"],
|
||||
},
|
||||
{
|
||||
id: "workshop",
|
||||
title: "Faith Workshop Series",
|
||||
price: "$147",
|
||||
period: "/session",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-successful-diverse-business-partners-having-business-meeting-modern-office_181624-33492.jpg",
|
||||
imageAlt: "Interactive faith workshops",
|
||||
button: { text: "Learn More", href: "/contact" },
|
||||
id: "workshop", title: "Faith Workshop Series", price: "$147", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/group-successful-diverse-business-partners-having-business-meeting-modern-office_181624-33492.jpg", imageAlt: "Interactive faith workshops", button: { text: "Learn More", href: "/contact" },
|
||||
features: [
|
||||
"Live interactive workshops",
|
||||
"Expert faith leaders",
|
||||
"Q&A sessions",
|
||||
"Digital course materials",
|
||||
"Lifetime access to recordings",
|
||||
],
|
||||
"Live interactive workshops", "Expert faith leaders", "Q&A sessions", "Digital course materials", "Lifetime access to recordings"],
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore All Programs", href: "/programs" }]}
|
||||
@@ -90,35 +68,14 @@ export default function ProgramsPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life-Changing Discipleship",
|
||||
quote:
|
||||
"The discipleship program has been the most meaningful spiritual investment I've made. The community support and weekly sessions keep me accountable and growing in my faith.",
|
||||
name: "Marcus Chen",
|
||||
role: "Program Graduate - Year 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7",
|
||||
imageAlt: "Marcus Chen testimonial",
|
||||
},
|
||||
id: "1", title: "Life-Changing Discipleship", quote:
|
||||
"The discipleship program has been the most meaningful spiritual investment I've made. The community support and weekly sessions keep me accountable and growing in my faith.", name: "Marcus Chen", role: "Program Graduate - Year 1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Workshops That Transform",
|
||||
quote:
|
||||
"I attended the Faith Workshop Series expecting to gain knowledge, but I ended up gaining so much more—a renewed sense of purpose and a deeper relationship with God.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Workshop Participant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8",
|
||||
imageAlt: "Emily Rodriguez testimonial",
|
||||
},
|
||||
id: "2", title: "Workshops That Transform", quote:
|
||||
"I attended the Faith Workshop Series expecting to gain knowledge, but I ended up gaining so much more—a renewed sense of purpose and a deeper relationship with God.", name: "Emily Rodriguez", role: "Workshop Participant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Community That Supports",
|
||||
quote:
|
||||
"What I love most is the community. These are people who genuinely care about each other's spiritual journey. It's not just a program; it's a movement of faith.",
|
||||
name: "David Williams",
|
||||
role: "Long-Term Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2",
|
||||
imageAlt: "David Williams testimonial",
|
||||
},
|
||||
id: "3", title: "Community That Supports", quote:
|
||||
"What I love most is the community. These are people who genuinely care about each other's spiritual journey. It's not just a program; it's a movement of faith.", name: "David Williams", role: "Long-Term Member", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Williams testimonial"},
|
||||
]}
|
||||
title="Real Stories from Program Members"
|
||||
description="Discover how our programs are transforming lives and deepening faith."
|
||||
|
||||
Reference in New Issue
Block a user