From f55ab96be949226725be9a2ab2af0c4d729891c0 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 14:16:26 +0000 Subject: [PATCH] Add src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx --- .../footer/FooterStyleTwo/FooterStyleTwo.tsx | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx diff --git a/src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx b/src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx new file mode 100644 index 0000000..caaec62 --- /dev/null +++ b/src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx @@ -0,0 +1,51 @@ +import React from 'react'; + +const FooterStyleTwo = () => { + return ( + + ); +}; + +export default FooterStyleTwo; \ No newline at end of file