Update src/app/page.tsx
This commit is contained in:
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
features={[
|
||||
{ title: "A Mother's Choice", description: "Left alone in a violent land, Nea must find a way to provide for her son Anders, leading her to make a pragmatic and life-altering bequest.", imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-hanging-from-rock_23-2149192595.jpg", imageAlt: "Spirit child" },
|
||||
{ title: "The Cavalry Officer", description: "Captain Seamus McGuire, a strangely moral Irishman, offers more than just protection as he becomes an unexpected catalyst for love and hope.", imageSrc: "http://img.b2bpic.net/free-photo/natural-gas-valve_1182-763.jpg", imageAlt: "McGuire's troop" },
|
||||
@@ -149,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user