Merge version_1 into main #4
@@ -97,16 +97,20 @@ export default function PinItCamPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Committed Corner", description: "Identifies aggressive turn-in and late apex moments where driver skill shines.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png?_wi=1", imageAlt: "Detection algorithm visualization"},
|
||||
title: "Committed Corner", description: "Identifies aggressive turn-in and late apex moments where driver skill shines.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png", imageAlt: "Detection algorithm visualization"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Hard Braking", description: "Captures threshold braking zones and trail-braking technique.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png?_wi=2", imageAlt: "Braking detection marker"},
|
||||
title: "Hard Braking", description: "Captures threshold braking zones and trail-braking technique.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png", imageAlt: "Braking detection marker"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Big Save", description: "Detects recovery maneuvers and corrective steering inputs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png?_wi=3", imageAlt: "Save moment detection"},
|
||||
title: "Big Save", description: "Detects recovery maneuvers and corrective steering inputs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png", imageAlt: "Save moment detection"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Wild Reaction", description: "Captures driver expressions of intensity and celebration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png?_wi=4", imageAlt: "Driver reaction detection"},
|
||||
title: "Wild Reaction", description: "Captures driver expressions of intensity and celebration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/animated-timeline-user-interface-showing-1772486095852-cfa10e56.png", imageAlt: "Driver reaction detection"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -129,11 +133,14 @@ export default function PinItCamPage() {
|
||||
tag="Paddock"
|
||||
products={[
|
||||
{
|
||||
id: "session-1", name: "Your Track Day", price: "Session", variant: "Multiple drivers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/two-iphone-mockups-side-by-side-showing--1772486096305-68209c6c.png?_wi=1", imageAlt: "Group sync interface"},
|
||||
id: "session-1", name: "Your Track Day", price: "Session", variant: "Multiple drivers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/two-iphone-mockups-side-by-side-showing--1772486096305-68209c6c.png", imageAlt: "Group sync interface"
|
||||
},
|
||||
{
|
||||
id: "session-2", name: "Battle Moments", price: "Detected", variant: "Overtakes & duels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/two-iphone-mockups-side-by-side-showing--1772486096305-68209c6c.png?_wi=2", imageAlt: "Battle detection"},
|
||||
id: "session-2", name: "Battle Moments", price: "Detected", variant: "Overtakes & duels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/two-iphone-mockups-side-by-side-showing--1772486096305-68209c6c.png", imageAlt: "Battle detection"
|
||||
},
|
||||
{
|
||||
id: "session-3", name: "Shared Reels", price: "Instant", variant: "Auto-generated", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/two-iphone-mockups-side-by-side-showing--1772486096305-68209c6c.png?_wi=3", imageAlt: "Auto-generated reels"},
|
||||
id: "session-3", name: "Shared Reels", price: "Instant", variant: "Auto-generated", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/two-iphone-mockups-side-by-side-showing--1772486096305-68209c6c.png", imageAlt: "Auto-generated reels"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
@@ -158,17 +165,23 @@ export default function PinItCamPage() {
|
||||
tag="Telemetry"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Speed Display", handle: "Real-time", testimonial: "Watch your pace evolve throughout the session with live speed tracking and instant replay moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png?_wi=1", imageAlt: "Speed telemetry display"},
|
||||
id: "1", name: "Speed Display", handle: "Real-time", testimonial: "Watch your pace evolve throughout the session with live speed tracking and instant replay moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png", imageAlt: "Speed telemetry display"
|
||||
},
|
||||
{
|
||||
id: "2", name: "G-Force Meter", handle: "Physics", testimonial: "See the forces you're generating through corners. Understand your performance through telemetry overlays.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png?_wi=2", imageAlt: "G-force indicator"},
|
||||
id: "2", name: "G-Force Meter", handle: "Physics", testimonial: "See the forces you're generating through corners. Understand your performance through telemetry overlays.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png", imageAlt: "G-force indicator"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Distance Marker", handle: "Location", testimonial: "Track your position on track and compare line choices lap after lap with visual distance markers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png?_wi=3", imageAlt: "Distance tracking"},
|
||||
id: "3", name: "Distance Marker", handle: "Location", testimonial: "Track your position on track and compare line choices lap after lap with visual distance markers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png", imageAlt: "Distance tracking"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Session Timer", handle: "Timing", testimonial: "Monitor session elapsed time and understand pacing throughout your track day experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png?_wi=4", imageAlt: "Session timer"},
|
||||
id: "4", name: "Session Timer", handle: "Timing", testimonial: "Monitor session elapsed time and understand pacing throughout your track day experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png", imageAlt: "Session timer"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lap Counter", handle: "Progress", testimonial: "See your lap progression and improvement metrics as you push harder with each lap.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png?_wi=5", imageAlt: "Lap counter display"},
|
||||
id: "5", name: "Lap Counter", handle: "Progress", testimonial: "See your lap progression and improvement metrics as you push harder with each lap.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png", imageAlt: "Lap counter display"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Performance Data", handle: "Analysis", testimonial: "Comprehensive telemetry data helps you understand where you're making the biggest improvements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png?_wi=6", imageAlt: "Performance metrics"},
|
||||
id: "6", name: "Performance Data", handle: "Analysis", testimonial: "Comprehensive telemetry data helps you understand where you're making the biggest improvements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/close-up-of-broadcast-style-telemetry-hu-1772486096188-5acf0767.png", imageAlt: "Performance metrics"
|
||||
},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -193,15 +206,15 @@ export default function PinItCamPage() {
|
||||
tag="Export"
|
||||
plans={[
|
||||
{
|
||||
id: "vertical", title: "Vertical (9:16)", price: "TikTok &", period: "Instagram Reels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/social-media-export-preview-mockup-showi-1772486096397-937af228.png?_wi=1", imageAlt: "Vertical format preview", button: { text: "Export Format", href: "#" },
|
||||
id: "vertical", title: "Vertical (9:16)", price: "TikTok &", period: "Instagram Reels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/social-media-export-preview-mockup-showi-1772486096397-937af228.png", imageAlt: "Vertical format preview", button: { text: "Export Format", href: "#" },
|
||||
features: ["Optimized dimensions", "Auto-captions", "Trending music sync"],
|
||||
},
|
||||
{
|
||||
id: "horizontal", title: "Horizontal (16:9)", price: "YouTube &", period: "Standard Video", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/social-media-export-preview-mockup-showi-1772486096397-937af228.png?_wi=2", imageAlt: "Horizontal format preview", button: { text: "Export Format", href: "#" },
|
||||
id: "horizontal", title: "Horizontal (16:9)", price: "YouTube &", period: "Standard Video", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/social-media-export-preview-mockup-showi-1772486096397-937af228.png", imageAlt: "Horizontal format preview", button: { text: "Export Format", href: "#" },
|
||||
features: ["Full HD quality", "Extended timeline", "Telemetry overlays"],
|
||||
},
|
||||
{
|
||||
id: "compressed", title: "Compressed Badge", price: "Quick Share", period: "Social Stories", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/social-media-export-preview-mockup-showi-1772486096397-937af228.png?_wi=3", imageAlt: "Compressed badge preview", button: { text: "Export Format", href: "#" },
|
||||
id: "compressed", title: "Compressed Badge", price: "Quick Share", period: "Social Stories", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBee0aYCKABGRIekzYlrJnrJe/social-media-export-preview-mockup-showi-1772486096397-937af228.png", imageAlt: "Compressed badge preview", button: { text: "Export Format", href: "#" },
|
||||
features: ["Instant sharing", "Story-optimized", "Highlight clips"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user