Update src/app/page.tsx
This commit is contained in:
@@ -69,23 +69,23 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Wedding Stage Decoration", description: "Stunning stage backdrops with flowers, lights, and custom themes for your wedding day", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-celebration-illuminated-by-chandelier-flame-generated-by-ai_188544-45454.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-celebration-illuminated-by-chandelier-flame-generated-by-ai_188544-45454.jpg" },
|
||||
title: "Wedding Stage Decoration", description: "Stunning stage backdrops with flowers, lights, and custom themes for your wedding day", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-celebration-illuminated-by-chandelier-flame-generated-by-ai_188544-45454.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-celebration-illuminated-by-chandelier-flame-generated-by-ai_188544-45454.jpg?_wi=2" },
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Mehndi & Engagement Themes", description: "Colorful and vibrant decoration setups perfect for pre-wedding ceremonies", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shoes-market-morocco_23-2148129831.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/shoes-market-morocco_23-2148129831.jpg" },
|
||||
title: "Mehndi & Engagement Themes", description: "Colorful and vibrant decoration setups perfect for pre-wedding ceremonies", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/shoes-market-morocco_23-2148129831.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/shoes-market-morocco_23-2148129831.jpg?_wi=2" },
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Walima & Reception Halls", description: "Elegant hall decoration with professional lighting and floral arrangements", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg" },
|
||||
title: "Walima & Reception Halls", description: "Elegant hall decoration with professional lighting and floral arrangements", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg?_wi=2" },
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Birthday & Event Decor", description: "Creative decoration solutions for birthdays, corporate events, and celebrations", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg" },
|
||||
title: "Birthday & Event Decor", description: "Creative decoration solutions for birthdays, corporate events, and celebrations", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg?_wi=2" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -105,22 +105,22 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Sawera Decoration", name: "Wedding Stage Setup", price: "20,000 - 50,000", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/view-wedding-archway-front_8353-9891.jpg", imageAlt: "beautiful wedding stage decoration flowers"},
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/view-wedding-archway-front_8353-9891.jpg?_wi=1", imageAlt: "beautiful wedding stage decoration flowers"},
|
||||
{
|
||||
id: "2", brand: "Sawera Decoration", name: "Mehndi Ceremony Decor", price: "15,000 - 35,000", rating: 5,
|
||||
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/chocolade-set-table_140725-9477.jpg", imageAlt: "colorful mehndi ceremony decoration setup"},
|
||||
{
|
||||
id: "3", brand: "Sawera Decoration", name: "Walima Reception Decor", price: "25,000 - 60,000", rating: 5,
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg", imageAlt: "walima reception hall elegant decoration"},
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-ceremony-place-near-sea-decorated-by-flowers_8353-9869.jpg?_wi=3", imageAlt: "walima reception hall elegant decoration"},
|
||||
{
|
||||
id: "4", brand: "Sawera Decoration", name: "Engagement Hall Setup", price: "18,000 - 40,000", rating: 5,
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/elegant-floral-wedding-table-setting-with-candles_23-2151978892.jpg", imageAlt: "engagement ceremony stage decoration elegant"},
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/elegant-floral-wedding-table-setting-with-candles_23-2151978892.jpg?_wi=1", imageAlt: "engagement ceremony stage decoration elegant"},
|
||||
{
|
||||
id: "5", brand: "Sawera Decoration", name: "Flower Arrangement Display", price: "10,000 - 25,000", rating: 5,
|
||||
reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/floral-composition-transparent-glass-engraving-plate-candles_8353-10401.jpg", imageAlt: "fresh flower arrangement wedding decoration"},
|
||||
{
|
||||
id: "6", brand: "Sawera Decoration", name: "Event Lighting Setup", price: "12,000 - 30,000", rating: 5,
|
||||
reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg", imageAlt: "professional event lighting setup decoration"},
|
||||
reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481455.jpg?_wi=3", imageAlt: "professional event lighting setup decoration"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -172,17 +172,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Fatima Khan", handle: "Wedding Client", testimonial: "Sawera Decoration Center made our wedding absolutely magical! The attention to detail and professionalism was outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "happy woman smile portrait professional photo"},
|
||||
id: "1", name: "Fatima Khan", handle: "Wedding Client", testimonial: "Sawera Decoration Center made our wedding absolutely magical! The attention to detail and professionalism was outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "happy woman smile portrait professional photo"},
|
||||
{
|
||||
id: "2", name: "Ahmed Hassan", handle: "Engagement Client", testimonial: "The team transformed our engagement ceremony into something we'll never forget. Beautiful work and excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", imageAlt: "happy man portrait smiling professional"},
|
||||
id: "2", name: "Ahmed Hassan", handle: "Engagement Client", testimonial: "The team transformed our engagement ceremony into something we'll never forget. Beautiful work and excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg?_wi=1", imageAlt: "happy man portrait smiling professional"},
|
||||
{
|
||||
id: "3", name: "Zainab Ali", handle: "Mehndi Event", testimonial: "From start to finish, everything was perfect. The decorations were stunning and the team was so cooperative and professional.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman portrait professional photo"},
|
||||
id: "3", name: "Zainab Ali", handle: "Mehndi Event", testimonial: "From start to finish, everything was perfect. The decorations were stunning and the team was so cooperative and professional.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=1", imageAlt: "happy woman portrait professional photo"},
|
||||
{
|
||||
id: "4", name: "Hassan Malik", handle: "Walima Host", testimonial: "Best decoration service in Kohat! They understood our vision perfectly and executed it flawlessly. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg", imageAlt: "happy man portrait professional photo"},
|
||||
id: "4", name: "Hassan Malik", handle: "Walima Host", testimonial: "Best decoration service in Kohat! They understood our vision perfectly and executed it flawlessly. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-living-room_329181-3215.jpg?_wi=1", imageAlt: "happy man portrait professional photo"},
|
||||
{
|
||||
id: "5", name: "Ayesha Siddiqui", handle: "Birthday Organizer", testimonial: "Incredibly creative team! They made my daughter's birthday venue look like a fairytale. Amazing experience!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29249.jpg", imageAlt: "happy woman professional portrait photo"},
|
||||
id: "5", name: "Ayesha Siddiqui", handle: "Birthday Organizer", testimonial: "Incredibly creative team! They made my daughter's birthday venue look like a fairytale. Amazing experience!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29249.jpg?_wi=1", imageAlt: "happy woman professional portrait photo"},
|
||||
{
|
||||
id: "6", name: "Muhammad Rafiq", handle: "Corporate Event", testimonial: "Professional, reliable, and creative. Sawera Decoration delivered exactly what we needed for our corporate event. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/aching-handsome-man-puts-hand-face-isolated-orange-wall_141793-67916.jpg", imageAlt: "professional man portrait happy expression"},
|
||||
id: "6", name: "Muhammad Rafiq", handle: "Corporate Event", testimonial: "Professional, reliable, and creative. Sawera Decoration delivered exactly what we needed for our corporate event. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/aching-handsome-man-puts-hand-face-isolated-orange-wall_141793-67916.jpg?_wi=1", imageAlt: "professional man portrait happy expression"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user