forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
86 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ import AccordionSummary from '@mui/material/AccordionSummary'; | |
import Typography from '@mui/material/Typography'; | ||
import Box from '@mui/material/Box'; | ||
import Container from '@mui/material/Container'; | ||
import Link from '@mui/material/Link'; | ||
|
||
import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; | ||
|
||
|
@@ -49,18 +50,20 @@ export default function FAQ() { | |
aria-controls="panel1d-content" | ||
id="panel1d-header" | ||
> | ||
<Typography variant="subtitle2">Collapsible Group Item #1</Typography> | ||
<Typography variant="subtitle2"> | ||
{' '} | ||
How do I contact customer support if I have a question or issue? | ||
</Typography> | ||
</AccordionSummary> | ||
<AccordionDetails> | ||
<Typography | ||
variant="body2" | ||
gutterBottom | ||
sx={{ maxWidth: { sm: '100%', md: '60%' } }} | ||
> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse | ||
malesuada lacus ex, sit amet blandit leo lobortis eget. Lorem ipsum | ||
dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada | ||
lacus ex, sit amet blandit leo lobortis eget. | ||
You can reach our customer support team by emailing | ||
<Link> [email protected] </Link> | ||
or calling our toll-free number. We're here to assist you promptly. | ||
</Typography> | ||
</AccordionDetails> | ||
</Accordion> | ||
|
@@ -73,18 +76,19 @@ export default function FAQ() { | |
aria-controls="panel2d-content" | ||
id="panel2d-header" | ||
> | ||
<Typography variant="subtitle2">Collapsible Group Item #2</Typography> | ||
<Typography variant="subtitle2"> | ||
Can I return the product if it doesn't meet my expectations? | ||
</Typography> | ||
</AccordionSummary> | ||
<AccordionDetails> | ||
<Typography | ||
variant="body2" | ||
gutterBottom | ||
sx={{ maxWidth: { sm: '100%', md: '60%' } }} | ||
> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse | ||
malesuada lacus ex, sit amet blandit leo lobortis eget. Lorem ipsum | ||
dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada | ||
lacus ex, sit amet blandit leo lobortis eget. | ||
Absolutely! We offer a hassle-free return policy. If you're not | ||
completely satisfied, you can return the product within [number of | ||
days] days for a full refund or exchange. | ||
</Typography> | ||
</AccordionDetails> | ||
</Accordion> | ||
|
@@ -97,18 +101,19 @@ export default function FAQ() { | |
aria-controls="panel3d-content" | ||
id="panel3d-header" | ||
> | ||
<Typography variant="subtitle2">Collapsible Group Item #3</Typography> | ||
<Typography variant="subtitle2"> | ||
What makes your product stand out from others in the market? | ||
</Typography> | ||
</AccordionSummary> | ||
<AccordionDetails> | ||
<Typography | ||
variant="body2" | ||
gutterBottom | ||
sx={{ maxWidth: { sm: '100%', md: '60%' } }} | ||
> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse | ||
malesuada lacus ex, sit amet blandit leo lobortis eget. Lorem ipsum | ||
dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada | ||
lacus ex, sit amet blandit leo lobortis eget. | ||
Our product distinguishes itself through its adaptability, | ||
durability, and innovative features. We prioritize user satisfaction | ||
and continually strive to exceed expectations in every aspect. | ||
</Typography> | ||
</AccordionDetails> | ||
</Accordion> | ||
|
@@ -121,18 +126,20 @@ export default function FAQ() { | |
aria-controls="panel3d-content" | ||
id="panel3d-header" | ||
> | ||
<Typography variant="subtitle2">Collapsible Group Item #4</Typography> | ||
<Typography variant="subtitle2"> | ||
Is there a warranty on the product, and what does it cover? | ||
</Typography> | ||
</AccordionSummary> | ||
<AccordionDetails> | ||
<Typography | ||
variant="body2" | ||
gutterBottom | ||
sx={{ maxWidth: { sm: '100%', md: '60%' } }} | ||
> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse | ||
malesuada lacus ex, sit amet blandit leo lobortis eget. Lorem ipsum | ||
dolor sit amet, consectetur adipiscing elit. Suspendisse malesuada | ||
lacus ex, sit amet blandit leo lobortis eget. | ||
Yes, our product comes with a [length of warranty] warranty. It | ||
covers defects in materials and workmanship. If you encounter any | ||
issues covered by the warranty, please contact our customer support | ||
for assistance. | ||
</Typography> | ||
</AccordionDetails> | ||
</Accordion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters