diff --git a/templates/SBModernBiz/html/components/fullpic.html b/templates/SBModernBiz/html/components/fullpic.html
new file mode 100644
index 0000000..b43f6e5
--- /dev/null
+++ b/templates/SBModernBiz/html/components/fullpic.html
@@ -0,0 +1,6 @@
+
+
+
Full Width Pics
+
Landing Page Template
+
+
diff --git a/templates/SBModernBiz/main.py b/templates/SBModernBiz/main.py
index 5002dea..9b33ca6 100644
--- a/templates/SBModernBiz/main.py
+++ b/templates/SBModernBiz/main.py
@@ -15,6 +15,7 @@ def main(dir, page):
"index" : html_template [ "index.html" ],
"navbar" : html_template [ "navbar.html" ],
"footer" : html_template [ "footer.html" ],
+ "fullpic" : html_components [ "fullpic.html" ],
"header" : html_components [ "header.html" ],
"features" : html_components [ "features.html" ],
"testimonial" : html_components [ "testimonial.html" ],