diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ae5ce..929864a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -48,11 +48,11 @@ export default function LandingPage() { tag="Las Vegas Rentals" tagIcon={Utensils} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} testimonials={[ { name: "Industry Partner", handle: "Hotel Convention Services", testimonial: "Reliable equipment and exceptional support every event", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait corporate avatar person"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business portrait corporate avatar person"}, ]} buttons={[ { text: "Reserve Equipment", href: "#contact" }, @@ -90,7 +90,7 @@ export default function LandingPage() { title: "Commercial Kitchen Equipment", description: "Professional-grade cooking and refrigeration equipment including ovens, freezers, grills, fryers, and flat tops.", icon: ChefHat, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg?_wi=1", imageAlt: "commercial oven kitchen equipment cooking appliances professional stove"}, + imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg", imageAlt: "commercial oven kitchen equipment cooking appliances professional stove"}, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-supermarket-deli-worker-with-frozen-fish-ice-ready-sale_342744-1069.jpg", imageAlt: "refrigeration unit commercial freezer kitchen refrigerator cold storage"}, ], @@ -117,9 +117,9 @@ export default function LandingPage() { title: "Used Equipment Sales", description: "High-quality, gently used equipment for restaurants and commercial kitchens on tight budgets.", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg?_wi=2", imageAlt: "refurbished equipment used kitchen appliance commercial equipment cooking station"}, + imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg", imageAlt: "refurbished equipment used kitchen appliance commercial equipment cooking station"}, { - imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg?_wi=3", imageAlt: "commercial oven used oven kitchen appliance cooking equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg", imageAlt: "commercial oven used oven kitchen appliance cooking equipment"}, ], }, ]} @@ -203,13 +203,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", role: "Event Director", company: "Las Vegas Convention Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "professional woman business portrait corporate headshot event planner"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "professional woman business portrait corporate headshot event planner"}, { id: "2", name: "James Thompson", role: "Executive Chef", company: "Premier Catering Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "professional man chef portrait executive headshot business person"}, { id: "3", name: "Linda Chen", role: "Operations Manager", company: "Desert Hospitality Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "professional woman manager portrait corporate headshot business executive"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "professional woman manager portrait corporate headshot business executive"}, { id: "4", name: "Michael Rodriguez", role: "Business Owner", company: "Downtown Restaurant Concepts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "professional man business owner corporate portrait entrepreneur"}, @@ -218,7 +218,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", imageAlt: "professional woman event coordinator planner portrait business portrait"}, { id: "6", name: "David Kim", role: "Trade Show Manager", company: "Vegas Expo Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional man manager portrait corporate headshot business executive"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional man manager portrait corporate headshot business executive"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -263,7 +263,7 @@ export default function LandingPage() { description="Contact TCI Event Rentals today to reserve your equipment or discuss your rental needs. Our dedicated team is available 24-7-365 to help ensure your event or operation succeeds." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Get Consultation"