Update src/app/page.tsx

This commit is contained in:
2026-03-04 08:05:48 +00:00
parent d490f0113d
commit dbdaa4a200

View File

@@ -58,10 +58,10 @@ export default function LandingPage() {
description="Choose the perfect unit size for your storage needs. All units are climate-controlled and secure."
features={[
{
id: "small", title: "Small Units", description: "Perfect for storing personal items, seasonal decorations, or small boxes. Ideal for apartments and compact spaces.", tag: "5×5 ft", imageSrc: "http://img.b2bpic.net/free-photo/locker-train-station_1150-11194.jpg", imageAlt: "small storage locker compact unit storage box"
id: "small", title: "Small Units", description: "Perfect for storing personal items, seasonal decorations, or small boxes. Ideal for apartments and compact spaces.", tag: "5×5 ft", imageSrc: "http://img.b2bpic.net/free-photo/locker-train-station_1150-11194.jpg?_wi=1", imageAlt: "small storage locker compact unit storage box"
},
{
id: "medium", title: "Medium Units", description: "Great for household furniture, office supplies, or business inventory. Versatile and spacious.", tag: "10×10 ft", imageSrc: "http://img.b2bpic.net/free-photo/locker-train-station_1150-11194.jpg", imageAlt: "medium storage unit storage room locker"
id: "medium", title: "Medium Units", description: "Great for household furniture, office supplies, or business inventory. Versatile and spacious.", tag: "10×10 ft", imageSrc: "http://img.b2bpic.net/free-photo/locker-train-station_1150-11194.jpg?_wi=2", imageAlt: "medium storage unit storage room locker"
},
{
id: "large", title: "Large Units", description: "Ideal for moving, entire home storage, or commercial use. Maximum space and flexibility.", tag: "10×20 ft", imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-low-angle_23-2148943351.jpg", imageAlt: "large storage facility warehouse space storage unit"
@@ -139,13 +139,13 @@ export default function LandingPage() {
description="Real customers sharing their positive experiences with SafeSpace Storage."
testimonials={[
{
id: "1", title: "Perfect for my business inventory", quote: "SafeSpace Storage has been a game-changer for our growing business. The flexible terms and secure facilities give us complete peace of mind.", name: "Sarah Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "business owner portrait professional headshot woman"
id: "1", title: "Perfect for my business inventory", quote: "SafeSpace Storage has been a game-changer for our growing business. The flexible terms and secure facilities give us complete peace of mind.", name: "Sarah Johnson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "business owner portrait professional headshot woman"
},
{
id: "2", title: "Best customer service around", quote: "The team at SafeSpace is incredibly responsive and helpful. They made the entire process seamless from day one.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait man headshot businessman"
id: "2", title: "Best customer service around", quote: "The team at SafeSpace is incredibly responsive and helpful. They made the entire process seamless from day one.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait man headshot businessman"
},
{
id: "3", title: "Affordable and reliable", quote: "I needed temporary storage during my renovation, and SafeSpace offered exactly what I needed at a fair price. Highly recommended!", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "female professional woman headshot portrait"
id: "3", title: "Affordable and reliable", quote: "I needed temporary storage during my renovation, and SafeSpace offered exactly what I needed at a fair price. Highly recommended!", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "female professional woman headshot portrait"
},
{
id: "4", title: "Outstanding security features", quote: "The 24/7 surveillance and climate control give me confidence that my valuable items are completely safe and protected.", name: "David Kim", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "male professional man portrait business"
@@ -154,7 +154,7 @@ export default function LandingPage() {
id: "5", title: "Easy access anytime", quote: "The keypad entry system is so convenient. I can access my unit whenever I need to, and the facility is always clean and well-maintained.", name: "Jessica Martinez", role: "Freelancer", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "professional woman headshot portrait"
},
{
id: "6", title: "No hidden fees", quote: "I appreciate the transparency. No surprise charges, no long-term contracts. SafeSpace operates with integrity.", name: "Robert Thompson", role: "Corporate Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional man business portrait headshot"
id: "6", title: "No hidden fees", quote: "I appreciate the transparency. No surprise charges, no long-term contracts. SafeSpace operates with integrity.", name: "Robert Thompson", role: "Corporate Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional man business portrait headshot"
}
]}
textboxLayout="default"