Update src/app/page.tsx
This commit is contained in:
@@ -47,18 +47,18 @@ export default function LandingPage() {
|
||||
title="متحف العبودي"
|
||||
description="Where Heritage Lives and Stories Never Fade. اكتشف كنوزاً نادرة من التاريخ والتراث في تجربة تأخذك عبر الزمن."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no", imageAlt: "traditional emirati antique lamp museum" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM5fWz8g0-o8Z_Zp9Qy8f_Tq4c4G3z2S1X9Z6=w800-h600-k-no", imageAlt: "antique emirati household tool" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN-z4L-1c3y_m9N7Qp4m6Z5P8Xy9k1Y3t6-v0=w800-h600-k-no", imageAlt: "traditional emirati dagger artifact" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "antique arab clay pot" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5Y7w8Y6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "ancient arab silver coins" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no?_wi=1", imageAlt: "traditional emirati antique lamp museum" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM5fWz8g0-o8Z_Zp9Qy8f_Tq4c4G3z2S1X9Z6=w800-h600-k-no?_wi=1", imageAlt: "antique emirati household tool" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN-z4L-1c3y_m9N7Qp4m6Z5P8Xy9k1Y3t6-v0=w800-h600-k-no?_wi=1", imageAlt: "traditional emirati dagger artifact" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=1", imageAlt: "antique arab clay pot" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5Y7w8Y6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=1", imageAlt: "ancient arab silver coins" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN8X6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "traditional emirati weaving tool" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN8X6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=1", imageAlt: "traditional emirati weaving tool" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM4p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "traditional emirati dagger artifact" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "antique arab clay pot" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5Y7w8Y6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "ancient arab silver coins" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no", imageAlt: "traditional emirati antique lamp museum" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=2", imageAlt: "antique arab clay pot" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5Y7w8Y6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=2", imageAlt: "ancient arab silver coins" },
|
||||
{ imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no?_wi=2", imageAlt: "traditional emirati antique lamp museum" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Collection", href: "#collection" },
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="More Than A Museum"
|
||||
description="A place where history becomes enjoyable and interactive. We preserve the authentic spirit of the Emirati past through a collection that bridges generations."
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no"
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=3"
|
||||
imageAlt="traditional emirati antique lamp museum"
|
||||
/>
|
||||
</div>
|
||||
@@ -108,12 +108,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Traditional Artifact", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no", imageAlt: "antique emirati household tool" },
|
||||
{ id: "p2", name: "Household Tools", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN-z4L-1c3y_m9N7Qp4m6Z5P8Xy9k1Y3t6-v0=w800-h600-k-no", imageAlt: "traditional emirati dagger artifact" },
|
||||
{ id: "p3", name: "Rare Antiques", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5Y7w8Y6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "antique arab clay pot" },
|
||||
{ id: "p4", name: "Historical Pieces", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "ancient arab silver coins" },
|
||||
{ id: "p5", name: "Vintage Treasures", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN8X6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no", imageAlt: "traditional emirati weaving tool" },
|
||||
{ id: "p6", name: "Cultural Collectibles", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM5fWz8g0-o8Z_Zp9Qy8f_Tq4c4G3z2S1X9Z6=w800-h600-k-no", imageAlt: "traditional emirati antique lamp museum" },
|
||||
{ id: "p1", name: "Traditional Artifact", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no?_wi=3", imageAlt: "antique emirati household tool" },
|
||||
{ id: "p2", name: "Household Tools", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN-z4L-1c3y_m9N7Qp4m6Z5P8Xy9k1Y3t6-v0=w800-h600-k-no?_wi=2", imageAlt: "traditional emirati dagger artifact" },
|
||||
{ id: "p3", name: "Rare Antiques", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5Y7w8Y6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=3", imageAlt: "antique arab clay pot" },
|
||||
{ id: "p4", name: "Historical Pieces", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP5G3w8Y7z9N4P9M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=4", imageAlt: "ancient arab silver coins" },
|
||||
{ id: "p5", name: "Vintage Treasures", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN8X6z9P4M6p5J1q7-f6S5sY4=w800-h600-k-no?_wi=2", imageAlt: "traditional emirati weaving tool" },
|
||||
{ id: "p6", name: "Cultural Collectibles", price: "View", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipM5fWz8g0-o8Z_Zp9Qy8f_Tq4c4G3z2S1X9Z6=w800-h600-k-no?_wi=2", imageAlt: "traditional emirati antique lamp museum" },
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Explore rare pieces and historical tools."
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Discover History"
|
||||
description="At متحف العبودي, every object carries memories, traditions, and stories from another era. We invite you to experience the past."
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no"
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipN38jC_y0_x4yT1Y5NqM6v5Jj9Q7XQ7-f6S5sY4=w800-h600-k-no?_wi=4"
|
||||
imageAlt="traditional emirati antique lamp museum"
|
||||
/>
|
||||
</div>
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipM5fWz8g0-o8Z_Zp9Qy8f_Tq4c4G3z2S1X9Z6=w800-h600-k-no"
|
||||
imageSrc="https://lh5.googleusercontent.com/p/AF1QipM5fWz8g0-o8Z_Zp9Qy8f_Tq4c4G3z2S1X9Z6=w800-h600-k-no?_wi=3"
|
||||
imageAlt="traditional emirati antique lamp museum"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user