diff --git a/src/pages/Details.tsx b/src/pages/Details.tsx new file mode 100644 index 0000000..3d9d84c --- /dev/null +++ b/src/pages/Details.tsx @@ -0,0 +1,129 @@ +import { Card, CardContent } from "@/components/ui/card"; +import { Button } from "@/components/ui/button"; +import { MapPin, Clock, Shirt, Car, Plane, ParkingCircle, Church, PartyPopper, UtensilsCrossed, Music, Hotel, ExternalLink } from "lucide-react"; +import Header from "@/components/Header"; +import Footer from "@/components/Footer"; + +const schedule = [ + { time: "4:00 PM", title: "Ceremony", desc: "Exchange of vows at the garden pavilion", icon: Church }, + { time: "5:00 PM", title: "Cocktail Hour", desc: "Drinks and canapes on the terrace", icon: PartyPopper }, + { time: "6:30 PM", title: "Dinner", desc: "Three-course seated dinner in the ballroom", icon: UtensilsCrossed }, + { time: "8:30 PM", title: "Dancing", desc: "Live band and dancing until midnight", icon: Music }, +]; + +export default function DetailsPage() { + return ( +
Everything You Need to Know
+Rosewood Manor Garden Pavilion
+123 Garden Lane, Napa Valley, CA 94558
+Rosewood Manor Ballroom
+123 Garden Lane, Napa Valley, CA 94558
+{item.desc}
+{h.distance}
+{h.price}
+ +{item.desc}
+