{
“version”: “3.13.4”,
“title”: “Home Page”,
“type”: “page”,
“content”: [
{
“id”: “header”,
“type”: “section”,
“settings”: {
“background_color”: “#ffffff”,
“sticky”: “top”
},
“elements”: [
{
“id”: “logo”,
“type”: “image”,
“settings”: {
“image_url”: “https://via.placeholder.com/150×50?text=Logo”
}
},
{
“id”: “nav-menu”,
“type”: “nav-menu”,
“settings”: {
“items”: [“Home”, “Services”, “About”, “Reviews”, “Contact”],
“alignment”: “right”,
“button_text”: “Book a Service”,
“button_background_color”: “#E30613”,
“button_text_color”: “#ffffff”
}
}
]
},
{
“id”: “hero”,
“type”: “section”,
“settings”: {
“background_image”: “https://via.placeholder.com/1200×600?text=Hero+Image”,
“overlay_color”: “rgba(0,0,0,0.3)”,
“padding_top”: “100px”,
“padding_bottom”: “100px”
},
“elements”: [
{
“id”: “hero-text”,
“type”: “heading”,
“settings”: {
“title”: “Mobile Auto Glass Repair at Your Doorstep”,
“font_family”: “Montserrat”,
“font_size”: “50px”,
“color”: “#000000”
}
},
{
“id”: “hero-sub”,
“type”: “text-editor”,
“settings”: {
“content”: “Fast, Affordable, Professional Service”,
“font_family”: “Open Sans”,
“font_size”: “18px”,
“color”: “#555555”
}
},
{
“id”: “hero-buttons”,
“type”: “button”,
“settings”: [
{
“text”: “Book Now”,
“background_color”: “#E30613”,
“text_color”: “#ffffff”
},
{
“text”: “Call Now”,
“background_color”: “#000000”,
“text_color”: “#ffffff”
}
]
}
]
},
{
“id”: “services-overview”,
“type”: “section”,
“settings”: {
“columns”: 4,
“background_color”: “#ffffff”,
“padding_top”: “50px”,
“padding_bottom”: “50px”
},
“elements”: [
{
“id”: “service1”,
“type”: “icon-box”,
“settings”: {
“icon”: “fas fa-car”,
“title”: “Windshield Repair”,
“description”: “Quick repair at your location”,
“icon_color”: “#E30613”
}
},
{
“id”: “service2”,
“type”: “icon-box”,
“settings”: {
“icon”: “fas fa-car-crash”,
“title”: “Paint Chip Repair”,
“description”: “Professional paint touch-up”,
“icon_color”: “#E30613”
}
},
{
“id”: “service3”,
“type”: “icon-box”,
“settings”: {
“icon”: “fas fa-lightbulb”,
“title”: “Headlight Restoration”,
“description”: “Clear headlights in minutes”,
“icon_color”: “#E30613”
}
},
{
“id”: “service4”,
“type”: “icon-box”,
“settings”: {
“icon”: “fas fa-car-side”,
“title”: “Rear Glass Replacement”,
“description”: “Fast mobile replacement”,
“icon_color”: “#E30613”
}
}
]
},
{
“id”: “testimonials”,
“type”: “section”,
“settings”: {
“background_color”: “#f8f8f8”,
“padding_top”: “50px”,
“padding_bottom”: “50px”
},
“elements”: [
{
“id”: “testimonial-carousel”,
“type”: “testimonial-carousel”,
“settings”: {
“slides”: [
{
“image”: “https://via.placeholder.com/80”,
“name”: “John Doe”,
“text”: “Fast and professional service!”,
“rating”: 5
},
{
“image”: “https://via.placeholder.com/80”,
“name”: “Jane Smith”,
“text”: “Highly recommend!”,
“rating”: 4
},
{
“image”: “https://via.placeholder.com/80”,
“name”: “Michael Lee”,
“text”: “Great experience, on-time service”,
“rating”: 5
}
]
}
}
]
},
{
“id”: “cta”,
“type”: “call-to-action”,
“settings”: {
“heading”: “Book Your Service Today”,
“button_text”: “Book Now”,
“button_color”: “#E30613”,
“alignment”: “center”,
“padding_top”: “50px”,
“padding_bottom”: “50px”
}
}
]
}