"use client"; import { motion } from "framer-motion"; import { Card, CardBody, CardFooter, Image, Button } from "@heroui/react"; import { Link } from "@heroui/link"; import { fontCursive } from "@/config/fonts"; import OurStorySection from "@/components/OurStory"; import { HeartFilledIcon } from "@/components/icons"; export default function CouplePage() { return (
{/* Header */}

The Couple

Two Souls, One Heart

{/* Profile Cards */}
{/* Bride Profile */}
Bride

Bride

The Bride

"Grace in her smile, strength in her soul."

Biology Teacher

{/* Groom Profile */}
Groom

Groom

The Groom

"Steady and kind, he leads with heart."

Biology Teacher

{/* Our Story Section */}
{/* Navigation Links */}
); }