diff --git a/features/landing/frontend-public/src/components/FAQSection.tsx b/features/landing/frontend-public/src/components/FAQSection.tsx new file mode 100644 index 000000000..8b6ec74e3 --- /dev/null +++ b/features/landing/frontend-public/src/components/FAQSection.tsx @@ -0,0 +1,15 @@ +/** + * FAQ Section Component + * + * TODO: Implement full FAQ section with accordion + * This is a placeholder to unblock deployment builds. + */ + +export function FAQSection() { + return ( +
+

Frequently Asked Questions

+

FAQ content coming soon...

+
+ ); +} diff --git a/features/webmap/services.yaml b/features/webmap/services.yaml index 74100635e..6e5137273 100755 --- a/features/webmap/services.yaml +++ b/features/webmap/services.yaml @@ -38,7 +38,7 @@ services: deployments: dev: host: apricot - autostart: false + autostart: true domain: www.atlilith.local staging: host: black