diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f85655..eda7a7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Cozy Interior", description: "Step inside to our warmly lit, vibrant dining room featuring authentic Mexican decor. Perfect for couples and intimate gatherings.", media: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-bar-still-life_23-2147821312.jpg" }, + id: "2", title: "Cozy Interior", description: "Step inside to our warmly lit, vibrant dining room featuring authentic Mexican decor. Perfect for couples and intimate gatherings.", media: { imageSrc: "http://img.b2bpic.net/free-photo/elegant-bar-still-life_23-2147821312.jpg?_wi=1" }, items: [ { icon: Lightbulb, text: "Ambient lighting" }, { icon: Palette, text: "Mexican aesthetics" } @@ -162,7 +162,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Special requests (e.g., occasion, dietary preferences)", rows: 3, required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/elegant-bar-still-life_23-2147821312.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-bar-still-life_23-2147821312.jpg?_wi=2" imageAlt="Los Amigos Locos Interior" mediaAnimation="blur-reveal" mediaPosition="right"