Update src/app/page.tsx
This commit is contained in:
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View Menu", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=800", imageAlt: "Smoked Brisket" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800", imageAlt: "BBQ Ribs" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=1", imageAlt: "BBQ Ribs" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1603048297172-c92544798d5e?q=80&w=800", imageAlt: "Food truck atmosphere" },
|
||||
]}
|
||||
/>
|
||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800"
|
||||
imageSrc="https://images.unsplash.com/photo-1529193591184-b1ddf806a36e?q=80&w=800&_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user