Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-02 07:26:36 +00:00

View File

@@ -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" }
}
]}
/>