- )
-}
-
-FAQ1.defaultProps = {
- faq4Answer:
- 'Yes, you can view the weather forecast for the upcoming days to plan ahead.',
- faq5Question: 'How accurate is the weather data provided?',
- action1: 'Contact',
- faq1Question: 'How do I search for weather information?',
- faq4Question: 'Can I view the weather forecast for multiple days?',
- faq3Answer:
- 'Yes, the weather information is updated in real-time to provide you with the most accurate data.',
- faq3Question: 'Is the weather information updated in real-time?',
- content1:
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.',
- content2: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ',
- heading2: 'Still have a question?',
- heading1: 'FAQs',
- faq5Answer:
- 'The weather data is sourced from reliable sources to provide accurate and up-to-date information.',
- faq1Answer:
- 'You can input the city and country, or the latitude and longitude of the city in the search bar to get weather information.',
- faq2Answer:
- 'Yes, you can create an account and save your favorite cities for quick access to their weather information.',
- faq2Question: 'Can I save my favorite cities for quick access?',
-}
-
-FAQ1.propTypes = {
- faq4Answer: PropTypes.string,
- faq5Question: PropTypes.string,
- action1: PropTypes.string,
- faq1Question: PropTypes.string,
- faq4Question: PropTypes.string,
- faq3Answer: PropTypes.string,
- faq3Question: PropTypes.string,
- content1: PropTypes.string,
- content2: PropTypes.string,
- heading2: PropTypes.string,
- heading1: PropTypes.string,
- faq5Answer: PropTypes.string,
- faq1Answer: PropTypes.string,
- faq2Answer: PropTypes.string,
- faq2Question: PropTypes.string,
-}
-
-export default FAQ1
diff --git a/frontend/src/components/footer15.css b/frontend/src/components/footer15.css
index e996d8e0c94c9d5ccb25644d46a2a7aaf4c364a0..d9b1b5a1c32a160328415a36d25e5b269032c817 100644
--- a/frontend/src/components/footer15.css
+++ b/frontend/src/components/footer15.css
@@ -76,7 +76,7 @@
flex-direction: column;
}
.footer15-image1 {
- height: 4rem;
+ height: 6rem;
}
.footer15-social-links {
gap: var(--dl-space-space-twounits);
diff --git a/frontend/src/components/footer15.js b/frontend/src/components/footer15.js
index 334ab85511e718c328af67a05570b47f1819069d..7b72f34b5a92fa42f4efd80570f8d81d71571ff4 100644
--- a/frontend/src/components/footer15.js
+++ b/frontend/src/components/footer15.js
@@ -32,35 +32,40 @@ const Footer15 = (props) => {