diff --git a/src/app/page.tsx b/src/app/page.tsx index 20edec8..0e5c749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function PacificCoastPage() { imageAlt="Restaurant interior with wood accents and plants" useInvertedBackground={false} buttonAnimation="slide-up" - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -96,7 +96,7 @@ export default function PacificCoastPage() { } ]} tag="Our Philosophy" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "View Full Menu", href: "#menu" } ]} @@ -132,7 +132,7 @@ export default function PacificCoastPage() { title="Signature Dishes" description="Carefully crafted dishes that celebrate the marriage of two great cuisines." tag="Menu" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Full Menu & Reservations", href: "#contact" } ]} @@ -147,27 +147,27 @@ export default function PacificCoastPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Food Critic", company: "SF Chronicle", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Portrait of Maria Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Maria Rodriguez" }, { id: "2", name: "James Chen", role: "Restaurant Owner", company: "Downtown SF", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Portrait of James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of James Chen" }, { id: "3", name: "Elena Gonzalez", role: "Culinary Student", company: "CIA Alumni", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Portrait of Elena Gonzalez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Elena Gonzalez" }, { id: "4", name: "Kenji Tanaka", role: "Chef & Instructor", company: "San Francisco", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Portrait of Kenji Tanaka" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Kenji Tanaka" }, { id: "5", name: "Sophie Laurent", role: "Food Blogger", company: "Taste Adventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Portrait of Sophie Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Sophie Laurent" }, { id: "6", name: "David Park", role: "Event Planner", company: "SF Events Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Portrait of David Park" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of David Park" } ]} carouselMode="buttons" @@ -176,7 +176,7 @@ export default function PacificCoastPage() { title="Guest Stories" description="Hear from those who have experienced the magic of Pacific Coast." tag="Testimonials" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Join Us Soon", href: "#contact" } ]} @@ -197,7 +197,7 @@ export default function PacificCoastPage() { { text: "Send Message", href: "mailto:hello@pacificcoast.com" } ]} buttonAnimation="slide-up" - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} />