Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c9a02d0d5 | |||
| 25064cdc49 | |||
| eaf051e9e8 | |||
| 2e105947aa |
1367
src/app/layout.tsx
1367
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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
@@ -52,19 +52,13 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
mediaItems={[
|
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: "http://img.b2bpic.net/free-photo/cup-with-tea-herbs_23-2148550487.jpg", imageAlt: "Double wall insulated cup"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -133,6 +127,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Call", href: "/contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -159,6 +156,9 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Call", href: "/contact" }
|
||||||
|
]}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", price: "$49.99", name: "Single Cup", buttons: [
|
id: "1", price: "$49.99", name: "Single Cup", buttons: [
|
||||||
@@ -201,6 +201,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
speed={40}
|
speed={40}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book a Call", href: "/contact" }
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_coffee", testimonial: "These cups are absolutely stunning! The quality is exceptional and they arrived perfectly packaged. Highly recommend CS GO!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson profile"
|
id: "1", name: "Sarah Johnson", handle: "@sarahj_coffee", testimonial: "These cups are absolutely stunning! The quality is exceptional and they arrived perfectly packaged. Highly recommend CS GO!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Sarah Johnson profile"
|
||||||
|
|||||||
Reference in New Issue
Block a user