Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e100283d6 | |||
| 1ef782826e | |||
| a2cc6830d4 | |||
| 5c9a02d0d5 |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-milk-with-crackers-sunglasses-grey-surface_140725-20359.jpg", imageAlt: "Premium ceramic coffee mug"
|
||||
imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a36e75d?w=800&q=80", imageAlt: "Premium ceramic coffee mug"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-couple-having-warm-drink-car-s-trunk-while-road-trip_23-2148851155.jpg", imageAlt: "Travel insulated mug"
|
||||
imageSrc: "https://images.unsplash.com/photo-1511920170033-f8396924c348?w=800&q=80", imageAlt: "Travel insulated mug"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-cup-tea-top-view_114579-17493.jpg", imageAlt: "Elegant glass cup"
|
||||
imageSrc: "https://images.unsplash.com/photo-1495521821757-a1efb6729352?w=800&q=80", imageAlt: "Elegant glass cup"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-pink-sweater-holding-blue-mug_181624-6623.jpg", imageAlt: "Personalized branded cup"
|
||||
imageSrc: "https://images.unsplash.com/photo-1571934811356-5cc061b6821f?w=800&q=80", imageAlt: "Designer ceramic mug collection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-tea-herbs_23-2148550487.jpg", imageAlt: "Double wall insulated cup"
|
||||
imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&q=80", imageAlt: "Artisan handcrafted cup"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user