Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -53,17 +53,17 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-break-from-work-sitting-kitchen-using-smartphone-girl-studies-home_1258-199919.jpg", imageAlt: "Professional epoxy flooring installation"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-break-from-work-sitting-kitchen-using-smartphone-girl-studies-home_1258-199919.jpg?_wi=1", imageAlt: "Professional epoxy flooring installation"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-vivid-glitter-with-copy-space_23-2148778572.jpg", imageAlt: "Colorful flake epoxy floor design"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-vivid-glitter-with-copy-space_23-2148778572.jpg?_wi=1", imageAlt: "Colorful flake epoxy floor design"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg", imageAlt: "Metallic epoxy floor finish"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg?_wi=1", imageAlt: "Metallic epoxy floor finish"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-break-from-work-sitting-kitchen-using-smartphone-girl-studies-home_1258-199919.jpg", imageAlt: "Glossy epoxy floor coating"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-break-from-work-sitting-kitchen-using-smartphone-girl-studies-home_1258-199919.jpg?_wi=2", imageAlt: "Glossy epoxy floor coating"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-vivid-glitter-with-copy-space_23-2148778572.jpg", imageAlt: "Decorative flake epoxy flooring"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/multicolored-vivid-glitter-with-copy-space_23-2148778572.jpg?_wi=2", imageAlt: "Decorative flake epoxy flooring"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg", imageAlt: "Premium metallic epoxy coating"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg?_wi=2", imageAlt: "Premium metallic epoxy coating"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -95,10 +95,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Flake Epoxy Floors", tags: ["Decorative", "Durable", "UV Resistant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicolored-vivid-glitter-with-copy-space_23-2148778572.jpg", imageAlt: "Colorful flake epoxy floor"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicolored-vivid-glitter-with-copy-space_23-2148778572.jpg?_wi=3", imageAlt: "Colorful flake epoxy floor"},
|
||||
{
|
||||
id: "2", title: "Metallic Epoxy Floors", tags: ["High Gloss", "Premium", "3D Effect"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg", imageAlt: "Metallic epoxy floor finish"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance-stairs_1127-2032.jpg?_wi=3", imageAlt: "Metallic epoxy floor finish"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user