diff --git a/src/app/page.tsx b/src/app/page.tsx index c3a61d5..a0ef571 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,12 +56,12 @@ export default function WebsiteBuilderPage() { useInvertedBackground={false} features={[ { - title: "Modern SaaS", description: "Optimized for product showcases and conversion.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop" } + title: "Modern SaaS", description: "Optimized for product showcases and conversion.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop&_wi=1" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop&_wi=2" } }, { - title: "Creative Portfolio", description: "Highlight your work with stunning visuals.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=400&h=800&fit=crop" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=400&h=800&fit=crop" } + title: "Creative Portfolio", description: "Highlight your work with stunning visuals.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=400&h=800&fit=crop&_wi=1" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=400&h=800&fit=crop&_wi=2" } } ]} />