Update src/app/page.tsx
This commit is contained in:
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920", imageAlt: "Masjidil Haram in Mecca at night"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920&_wi=1", imageAlt: "Masjidil Haram in Mecca at night"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-desert-with-muslim-mosque-foreground_1385-1.jpg", imageAlt: "Kaaba view at sunrise"},
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/islamic-mosque-ceiling_1085-530.jpg", imageAlt: "Blue Mosque Istanbul interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg", imageAlt: "Hot air balloons over Cappadocia valleys"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg?_wi=1", imageAlt: "Hot air balloons over Cappadocia valleys"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Umroh Reguler", price: "Rp 28 Juta", imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920", imageAlt: "Masjidil Haram and Masjid Nabawi", onProductClick: () => {},
|
||||
id: "p1", name: "Umroh Reguler", price: "Rp 28 Juta", imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920&_wi=2", imageAlt: "Masjidil Haram and Masjid Nabawi", onProductClick: () => {},
|
||||
isFavorited: false,
|
||||
},
|
||||
{
|
||||
@@ -142,11 +142,11 @@ export default function LandingPage() {
|
||||
isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "p5", name: "Wisata Turki Klasik", price: "Rp 20 Juta", imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920", imageAlt: "Turkey landscape", onProductClick: () => {},
|
||||
id: "p5", name: "Wisata Turki Klasik", price: "Rp 20 Juta", imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&_wi=1", imageAlt: "Turkey landscape", onProductClick: () => {},
|
||||
isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "p6", name: "Tour Cappadocia", price: "Rp 15 Juta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg", imageAlt: "Cappadocia balloons", onProductClick: () => {},
|
||||
id: "p6", name: "Tour Cappadocia", price: "Rp 15 Juta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg?_wi=2", imageAlt: "Cappadocia balloons", onProductClick: () => {},
|
||||
isFavorited: false,
|
||||
},
|
||||
]}
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920"
|
||||
imageSrc="https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&_wi=2"
|
||||
imageAlt="Turkey Landscape"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/mawlid-al-nabi-celebration-greeting-vector-background_460848-17189.jpg"
|
||||
logoText="BAITULLAH JOURNEY"
|
||||
|
||||
Reference in New Issue
Block a user