Merge version_1 into main #1
@@ -120,7 +120,7 @@ export default function AboutPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg?_wi=2"
|
||||
imageAlt="Marrakech Souk Semmarine"
|
||||
columns={footerColumns}
|
||||
logoText="Chateau des Souks"
|
||||
|
||||
@@ -147,7 +147,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg?_wi=6"
|
||||
imageAlt="Marrakech Souk Semmarine"
|
||||
columns={[
|
||||
{
|
||||
|
||||
@@ -113,7 +113,7 @@ export default function GalleryPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg?_wi=4"
|
||||
imageAlt="Marrakech Souk Semmarine"
|
||||
columns={[
|
||||
{
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -120,21 +120,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Moroccan Berber Rug",
|
||||
price: "$450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-452.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-texture-background_1385-452.jpg?_wi=1",
|
||||
imageAlt: "Traditional Moroccan Berber Rug",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Handwoven Wool Carpet",
|
||||
price: "$650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-heaphones-vinyl_1296-495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-heaphones-vinyl_1296-495.jpg?_wi=1",
|
||||
imageAlt: "Handwoven Moroccan Wool Carpet",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Moroccan Textiles Set",
|
||||
price: "$380",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-jute-braided-home-background-texture_169016-47066.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-jute-braided-home-background-texture_169016-47066.jpg?_wi=1",
|
||||
imageAlt: "Moroccan Handmade Textiles",
|
||||
},
|
||||
]}
|
||||
@@ -171,25 +171,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049498.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049498.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-ramadan-side-view_23-2150154490.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-ramadan-side-view_23-2150154490.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4397.jpg?_wi=1",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-arab-restaurant_23-2147796828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-arab-restaurant_23-2147796828.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -239,7 +239,7 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg?_wi=1"
|
||||
imageAlt="Marrakech Souk Semmarine"
|
||||
columns={footerColumns}
|
||||
logoText="Chateau des Souks"
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function ProductsPage() {
|
||||
name: "Moroccan Berber Rug",
|
||||
price: "$450",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fabric-texture-background_1385-452.jpg",
|
||||
"http://img.b2bpic.net/free-photo/fabric-texture-background_1385-452.jpg?_wi=2",
|
||||
imageAlt: "Traditional Moroccan Berber Rug",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function ProductsPage() {
|
||||
name: "Handwoven Wool Carpet",
|
||||
price: "$650",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/women-heaphones-vinyl_1296-495.jpg",
|
||||
"http://img.b2bpic.net/free-photo/women-heaphones-vinyl_1296-495.jpg?_wi=2",
|
||||
imageAlt: "Handwoven Moroccan Wool Carpet",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function ProductsPage() {
|
||||
name: "Moroccan Textiles Set",
|
||||
price: "$380",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-jute-braided-home-background-texture_169016-47066.jpg",
|
||||
"http://img.b2bpic.net/free-photo/hand-woven-geometric-denim-area-rug-jute-braided-home-background-texture_169016-47066.jpg?_wi=2",
|
||||
imageAlt: "Moroccan Handmade Textiles",
|
||||
},
|
||||
]}
|
||||
@@ -144,28 +144,28 @@ export default function ProductsPage() {
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049498.jpg",
|
||||
"http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049498.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-shopping-ramadan-side-view_23-2150154490.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-shopping-ramadan-side-view_23-2150154490.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4397.jpg",
|
||||
"http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4397.jpg?_wi=2",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/muslim-woman-arab-restaurant_23-2147796828.jpg",
|
||||
"http://img.b2bpic.net/free-photo/muslim-woman-arab-restaurant_23-2147796828.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -197,7 +197,7 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg?_wi=3"
|
||||
imageAlt="Marrakech Souk Semmarine"
|
||||
columns={[
|
||||
{
|
||||
|
||||
@@ -43,25 +43,25 @@ export default function ReviewsPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049498.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-sustainable-travel-movement_23-2151049498.jpg?_wi=3",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-ramadan-side-view_23-2150154490.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shopping-ramadan-side-view_23-2150154490.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cozy-cafe-warms-herself-up-with-cup-hot-coffee_343596-4397.jpg?_wi=3",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-arab-restaurant_23-2147796828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-arab-restaurant_23-2147796828.jpg?_wi=3",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
@@ -175,7 +175,7 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/street-ait-ben-haddou-village_268835-7026.jpg?_wi=5"
|
||||
imageAlt="Marrakech Souk Semmarine"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user