Update src/app/page.tsx
This commit is contained in:
@@ -109,16 +109,16 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Submit Your Requirement", description: "Easily share your steel and hardware needs via call or WhatsApp.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6", imageAlt: "Phone showing inquiry form" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6", imageAlt: "Phone showing message app" }
|
||||
title: "Submit Your Requirement", description: "Easily share your steel and hardware needs via call or WhatsApp.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6&_wi=1", imageAlt: "Phone showing inquiry form" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6&_wi=2", imageAlt: "Phone showing message app" }
|
||||
},
|
||||
{
|
||||
title: "Receive Your Quote", description: "Get a competitive and transparent price quote promptly.", phoneOne: { imageSrc: "asset://process_receive_quote_phone", imageAlt: "Phone showing a price quote" },
|
||||
phoneTwo: { imageSrc: "asset://process_receive_quote_phone", imageAlt: "Phone showing a digital invoice" }
|
||||
title: "Receive Your Quote", description: "Get a competitive and transparent price quote promptly.", phoneOne: { imageSrc: "asset://process_receive_quote_phone?_wi=1", imageAlt: "Phone showing a price quote" },
|
||||
phoneTwo: { imageSrc: "asset://process_receive_quote_phone?_wi=2", imageAlt: "Phone showing a digital invoice" }
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery & Support", description: "Benefit from reliable delivery and excellent customer support.", phoneOne: { imageSrc: "asset://process_delivery_support_phone", imageAlt: "Phone showing delivery tracking" },
|
||||
phoneTwo: { imageSrc: "asset://process_delivery_support_phone", imageAlt: "Phone showing customer support chat" }
|
||||
title: "Fast Delivery & Support", description: "Benefit from reliable delivery and excellent customer support.", phoneOne: { imageSrc: "asset://process_delivery_support_phone?_wi=1", imageAlt: "Phone showing delivery tracking" },
|
||||
phoneTwo: { imageSrc: "asset://process_delivery_support_phone?_wi=2", imageAlt: "Phone showing customer support chat" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user